Skip to content

Instantly share code, notes, and snippets.

@kenany
Created March 25, 2015 17:34
Show Gist options
  • Save kenany/e15cd48fe46b4af354ee to your computer and use it in GitHub Desktop.
Save kenany/e15cd48fe46b4af354ee to your computer and use it in GitHub Desktop.
$ npm install pipobscure/fsevents -ddd
npm info it worked if it ends with ok
npm verb cli [ '/home/kenan/local/bin/iojs',
npm verb cli '/home/kenan/.npm-packages/bin/npm',
npm verb cli 'install',
npm verb cli 'pipobscure/fsevents',
npm verb cli '-ddd' ]
npm info using npm@2.7.4
npm info using node@v1.6.3
npm WARN package.json @ No description
npm WARN package.json @ No repository field.
npm WARN package.json @ No README data
npm sill cache add args [ 'pipobscure/fsevents', null ]
npm verb cache add spec pipobscure/fsevents
npm sill cache add parsed spec { raw: 'pipobscure/fsevents',
npm sill cache add scope: null,
npm sill cache add name: null,
npm sill cache add rawSpec: 'pipobscure/fsevents',
npm sill cache add spec: 'git+ssh://git@github.com/pipobscure/fsevents.git',
npm sill cache add type: 'hosted',
npm sill cache add hosted:
npm sill cache add { type: 'github',
npm sill cache add ssh: 'git@github.com:pipobscure/fsevents.git',
npm sill cache add sshUrl: 'git+ssh://git@github.com/pipobscure/fsevents.git',
npm sill cache add httpsUrl: 'https://github.com/pipobscure/fsevents.git',
npm sill cache add directUrl: 'https://raw.githubusercontent.com/pipobscure/fsevents/master/package.json' } }
npm info maybeGithub Attempting pipobscure/fsevents from git://github.com/pipobscure/fsevents.git
npm verb addRemoteGit git-github-com-pipobscure-fsevents-git-3baa7ac4 not in flight; caching
npm info git [ 'config', '--get', 'remote.origin.url' ]
npm verb addRemoteGit remote.origin.url: git://github.com/pipobscure/fsevents.git
npm verb addRemoteGit updating existing cached remote /home/kenan/.npm/_git-remotes/git-github-com-pipobscure-fsevents-git-3baa7ac4
npm info git [ 'fetch', '-a', 'origin' ]
npm verb addRemoteGit git fetch -a origin (git://github.com/pipobscure/fsevents.git)
npm verb addRemoteGit set permissions on /home/kenan/.npm/_git-remotes/git-github-com-pipobscure-fsevents-git-3baa7ac4
npm verb addRemoteGit original treeish: master
npm info git [ 'rev-list', '-n1', 'master' ]
npm sill addRemoteGit resolved treeish: cba9e4906ec13e308f01dac350a591b6001d184f
npm verb addRemoteGit resolved Git URL: git://github.com/pipobscure/fsevents.git#cba9e4906ec13e308f01dac350a591b6001d184f
npm sill addRemoteGit Git working directory: /tmp/npm-32309-57755044/git-cache-648d70ddd906/cba9e4906ec13e308f01dac350a591b6001d184f
npm info git [ 'clone',
npm info git '/home/kenan/.npm/_git-remotes/git-github-com-pipobscure-fsevents-git-3baa7ac4',
npm info git '/tmp/npm-32309-57755044/git-cache-648d70ddd906/cba9e4906ec13e308f01dac350a591b6001d184f' ]
npm verb addRemoteGit clone Cloning into '/tmp/npm-32309-57755044/git-cache-648d70ddd906/cba9e4906ec13e308f01dac350a591b6001d184f'...
npm verb addRemoteGit done.
npm info git [ 'checkout', 'cba9e4906ec13e308f01dac350a591b6001d184f' ]
npm verb addRemoteGit checkout Note: checking out 'cba9e4906ec13e308f01dac350a591b6001d184f'.
npm verb addRemoteGit
npm verb addRemoteGit You are in 'detached HEAD' state. You can look around, make experimental
npm verb addRemoteGit changes and commit them, and you can discard any commits you make in this
npm verb addRemoteGit state without impacting any branches by performing another checkout.
npm verb addRemoteGit
npm verb addRemoteGit If you want to create a new branch to retain commits you create, you may
npm verb addRemoteGit do so (now or later) by using -b with the checkout command again. Example:
npm verb addRemoteGit
npm verb addRemoteGit git checkout -b new_branch_name
npm verb addRemoteGit
npm verb addRemoteGit HEAD is now at cba9e49... Merge pull request #58 from indieisaconcept/feature/travis-tweak
npm verb addLocalDirectory /home/kenan/.npm/fsevents/0.3.5/package.tgz not in flight; packing
npm verb tar pack [ '/home/kenan/.npm/fsevents/0.3.5/package.tgz',
npm verb tar pack '/tmp/npm-32309-57755044/git-cache-648d70ddd906/cba9e4906ec13e308f01dac350a591b6001d184f' ]
npm verb tarball /home/kenan/.npm/fsevents/0.3.5/package.tgz
npm verb folder /tmp/npm-32309-57755044/git-cache-648d70ddd906/cba9e4906ec13e308f01dac350a591b6001d184f
npm verb addLocalTarball adding from inside cache /home/kenan/.npm/fsevents/0.3.5/package.tgz
npm verb addRemoteGit data._resolved: git://github.com/pipobscure/fsevents.git#cba9e4906ec13e308f01dac350a591b6001d184f
npm sill addRemoteGit data._from: git://github.com/pipobscure/fsevents.git
npm sill cache afterAdd fsevents@0.3.5
npm verb afterAdd /home/kenan/.npm/fsevents/0.3.5/package/package.json not in flight; writing
npm verb afterAdd /home/kenan/.npm/fsevents/0.3.5/package/package.json written
npm sill install resolved [ { name: 'fsevents',
npm sill install resolved version: '0.3.5',
npm sill install resolved description: 'Native Access to Mac OS-X FSEvents',
npm sill install resolved main: 'fsevents.js',
npm sill install resolved dependencies: { nan: '~1.5.0' },
npm sill install resolved os: [ 'darwin' ],
npm sill install resolved engines: { node: '>=0.8.0' },
npm sill install resolved scripts:
npm sill install resolved { install: 'node-gyp rebuild',
npm sill install resolved test: 'export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test' },
npm sill install resolved repository:
npm sill install resolved { type: 'git',
npm sill install resolved url: 'https://github.com/pipobscure/fsevents.git' },
npm sill install resolved keywords: [ 'fsevents', 'mac' ],
npm sill install resolved author: { name: 'Philipp Dunkel', email: 'pip@pipobscure.com' },
npm sill install resolved license: 'MIT',
npm sill install resolved gypfile: true,
npm sill install resolved bugs: { url: 'https://github.com/pipobscure/fsevents/issues' },
npm sill install resolved homepage: 'https://github.com/pipobscure/fsevents',
npm sill install resolved devDependencies: { tap: '~0.4.8' },
npm sill install resolved gitHead: 'cba9e4906ec13e308f01dac350a591b6001d184f',
npm sill install resolved readme: '# FSEvents [![NPM](https://nodei.co/npm/fsevents.png)](https://nodei.co/npm/fsevents/)\n## Native Access to Mac OS-X FSEvents\n\n * [Node.js](http://nodejs.org/)\n * [Github repo](https://github.com/pipobscure/fsevents.git)\n * [Module Site](https://github.com/pipobscure/fsevents)\n * [NPM Page](https://npmjs.org/package/fsevents)\n\n## Installation\n\n\t$ npm install -g node-gyp\n\t$\tgit clone https://github.com/pipobscure/fsevents.git fsevents\n\t$ cd fsevents\n\t$ node-gyp configure build\n\nOR SIMPLY\n\n\t$ npm install fsevents\n\n## Usage\n\n```js\nvar fsevents = require(\'fsevents\');\nvar watcher = fsevents(__dirname);\nwatcher.on(\'fsevent\', function(path, flags, id) { }); // RAW Event as emitted by OS-X\nwatcher.on(\'change\', function(path, info) {}); // Common Event for all changes\nwatcher.start() // To start observation\nwatcher.stop() // To end observation\n```\n\n### Events\n\n * *fsevent* - RAW Event as emitted by OS-X\n * *change* - Common Event for all changes\n * *created* - A File-System-Item has been created\n * *deleted* - A File-System-Item has been deleted\n * *modified* - A File-System-Item has been modified\n * *moved-out* - A File-System-Item has been moved away from this location\n * *moved-in* - A File-System-Item has been moved into this location\n\nAll events except *fsevent* take an *info* object as the second parameter of the callback. The structure of this object is:\n\n```json\n{\n "event": "<event-type>",\n "id": <eventi-id>,\n "path": "<path-that-this-is-about>",\n "type": "<file|directory|symlink>",\n "changes": {\n "inode": true, // Has the iNode Meta-Information changed\n "finder": false, // Has the Finder Meta-Data changed\n "access": false, // Have the access permissions changed\n "xattrs": false // Have the xAttributes changed\n },\n "flags": <raw-flags>\n}\n```\n\n## MIT License\n\nCopyright (C) 2010-2014 Philipp Dunkel\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n',
npm sill install resolved readmeFilename: 'Readme.md',
npm sill install resolved _id: 'fsevents@0.3.5',
npm sill install resolved _shasum: 'e789a87256353b8bc774dd2fa79120b87f66e42e',
npm sill install resolved _from: 'git://github.com/pipobscure/fsevents.git',
npm sill install resolved _resolved: 'git://github.com/pipobscure/fsevents.git#cba9e4906ec13e308f01dac350a591b6001d184f',
npm sill install resolved _fromGithub: true } ]
npm info install fsevents@0.3.5 into /home/kenan/Code/npm-7746
npm info installOne fsevents@0.3.5
npm verb installOne of fsevents to /home/kenan/Code/npm-7746 not in flight; installing
npm verb lock using /home/kenan/.npm/_locks/fsevents-50b0b31cba840471.lock for /home/kenan/Code/npm-7746/node_modules/fsevents
npm verb unlock done using /home/kenan/.npm/_locks/fsevents-50b0b31cba840471.lock for /home/kenan/Code/npm-7746/node_modules/fsevents
npm verb stack Error: Unsupported
npm verb stack at checkPlatform (/home/kenan/Code/forks/npm/node_modules/npm-install-checks/index.js:47:14)
npm verb stack at Array.<anonymous> (/home/kenan/Code/forks/npm/node_modules/slide/lib/bind-actor.js:15:8)
npm verb stack at LOOP (/home/kenan/Code/forks/npm/node_modules/slide/lib/chain.js:15:14)
npm verb stack at /home/kenan/Code/forks/npm/node_modules/slide/lib/chain.js:18:7
npm verb stack at checkEngine (/home/kenan/Code/forks/npm/node_modules/npm-install-checks/index.js:26:10)
npm verb stack at Array.<anonymous> (/home/kenan/Code/forks/npm/node_modules/slide/lib/bind-actor.js:15:8)
npm verb stack at LOOP (/home/kenan/Code/forks/npm/node_modules/slide/lib/chain.js:15:14)
npm verb stack at chain (/home/kenan/Code/forks/npm/node_modules/slide/lib/chain.js:20:5)
npm verb stack at /home/kenan/Code/forks/npm/lib/install.js:1024:5
npm verb stack at /home/kenan/Code/forks/npm/lib/utils/locker.js:40:9
npm verb pkgid fsevents@0.3.5
npm verb cwd /home/kenan/Code/npm-7746
npm ERR! Linux 3.19.2-1-ARCH
npm ERR! argv "/home/kenan/local/bin/iojs" "/home/kenan/.npm-packages/bin/npm" "install" "pipobscure/fsevents" "-ddd"
npm ERR! node v1.6.3
npm ERR! npm v2.7.4
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your operating system or architecture: fsevents@0.3.5
npm ERR! notsup Valid OS: darwin
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: linux
npm ERR! notsup Actual Arch: x64
npm verb exit [ 1, true ]
npm ERR! Please include the following file with any support request:
npm ERR! /home/kenan/Code/npm-7746/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment