seongjaelee / nvatom

nvatom (unpublished from atom.io)
MIT License
75 stars 14 forks source link

Unable to install in Atom 1.11.2 #60

Closed jkamenik closed 8 years ago

jkamenik commented 8 years ago

OS: 10.11.6

node-pre-gyp ERR! Tried to download: https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.14/fse-v1.0.14-electron-v1.3-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.0.14 and electron@1.3.6 (electron-v1.3 ABI) (falling back to source compile with node-gyp) 
make: *** No rule to make target `../../../../../../Library/Application', needed by `Makefile'.  Stop.
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/Users/jkamenik/Library/Application Support/com.github.atom.ShipIt/update.jDfOF7a/Atom.app/Contents/Resources/app/apm/node_modules/node-gyp/lib/build.js:276:23)
gyp ERR! stack     at emitTwo (events.js:87:13)
gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Darwin 15.6.0
gyp ERR! command "/Users/jkamenik/Library/Application Support/com.github.atom.ShipIt/update.jDfOF7a/Atom.app/Contents/Resources/app/apm/bin/node" "/Users/jkamenik/Library/Application Support/com.github.atom.ShipIt/update.jDfOF7a/Atom.app/Contents/Resources/app/apm/node_modules/.bin/node-gyp" "build" "--fallback-to-build" "--module=/Users/jkamenik/.atom/packages/nvatom/node_modules/fsevents/lib/binding/Release/electron-v1.3-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/jkamenik/.atom/packages/nvatom/node_modules/fsevents/lib/binding/Release/electron-v1.3-darwin-x64"
gyp ERR! cwd /Users/jkamenik/.atom/packages/nvatom/node_modules/fsevents
gyp ERR! node -v v4.4.5
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok 
node-pre-gyp ERR! build error 
node-pre-gyp ERR! stack Error: Failed to execute '/Users/jkamenik/Library/Application Support/com.github.atom.ShipIt/update.jDfOF7a/Atom.app/Contents/Resources/app/apm/bin/node /Users/jkamenik/Library/Application Support/com.github.atom.ShipIt/update.jDfOF7a/Atom.app/Contents/Resources/app/apm/bin/../node_modules/.bin/node-gyp build --fallback-to-build --module=/Users/jkamenik/.atom/packages/nvatom/node_modules/fsevents/lib/binding/Release/electron-v1.3-darwin-x64/fse.node --module_name=fse --module_path=/Users/jkamenik/.atom/packages/nvatom/node_modules/fsevents/lib/binding/Release/electron-v1.3-darwin-x64' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/Users/jkamenik/.atom/packages/nvatom/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at emitTwo (events.js:87:13)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:827:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
node-pre-gyp ERR! System Darwin 15.6.0
node-pre-gyp ERR! command "/Users/jkamenik/Library/Application Support/com.github.atom.ShipIt/update.jDfOF7a/Atom.app/Contents/Resources/app/apm/bin/node" "/Users/jkamenik/.atom/packages/nvatom/node_modules/fsevents/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/jkamenik/.atom/packages/nvatom/node_modules/fsevents
node-pre-gyp ERR! node -v v4.4.5
node-pre-gyp ERR! node-pre-gyp -v v0.6.29
node-pre-gyp ERR! not ok 

npm ERR! Darwin 15.6.0
npm ERR! argv "/Users/jkamenik/Library/Application Support/com.github.atom.ShipIt/update.jDfOF7a/Atom.app/Contents/Resources/app/apm/bin/node" "/Users/jkamenik/Library/Application Support/com.github.atom.ShipIt/update.jDfOF7a/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Users/jkamenik/.atom/.apm/.apmrc" "--userconfig" "/Users/jkamenik/.atom/.apmrc" "rebuild" "--runtime=electron" "--target=1.3.6" "--arch=x64"
npm ERR! node v4.4.5
npm ERR! npm  v3.10.5
npm ERR! code ELIFECYCLE
npm ERR! fsevents@1.0.14 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the fsevents@1.0.14 install script 'node-pre-gyp install --fallback-to-build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the fsevents package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-pre-gyp install --fallback-to-build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs fsevents
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls fsevents
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/jkamenik/.atom/packages/nvatom/npm-debug.log
jkamenik commented 8 years ago

Must have been a transient error. After a reboot it install correctly.