Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iojs 3.0.0 support #81

Closed
dsxack opened this issue Aug 12, 2015 · 3 comments
Closed

iojs 3.0.0 support #81

dsxack opened this issue Aug 12, 2015 · 3 comments

Comments

@dsxack
Copy link

dsxack commented Aug 12, 2015

iojs --version
v3.0.0

npm --version
2.13.4

I do this:

npm install --save-dev forever

Part of output:

> fsevents@0.3.8 install /Users/dsxack/workspace/src/unpublished/forever-test/node_modules/forever/node_modules/forever-monitor/node_modules/chokidar/node_modules/fsevents
> node-gyp rebuild

gyp: /Users/dsxack/.node-gyp/3.0.0/common.gypi not found (cwd: /Users/dsxack/workspace/src/unpublished/forever-test/node_modules/forever/node_modules/forever-monitor/node_modules/chokidar/node_modules/fsevents) while reading includes of binding.gyp while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/Users/dsxack/.nvm/versions/io.js/v3.0.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:357:16)
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 14.4.0
gyp ERR! command "/Users/dsxack/.nvm/versions/io.js/v3.0.0/bin/iojs" "/Users/dsxack/.nvm/versions/io.js/v3.0.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/dsxack/workspace/src/unpublished/forever-test/node_modules/forever/node_modules/forever-monitor/node_modules/chokidar/node_modules/fsevents
gyp ERR! node -v v3.0.0
gyp ERR! node-gyp -v v2.0.2
gyp ERR! not ok 
npm WARN optional dep failed, continuing fsevents@0.3.8

I found #49, but i dont understand, how to use pangyp for this case

@dsxack dsxack changed the title iojs support iojs 3.0.0 support Aug 12, 2015
@bnoordhuis
Copy link
Contributor

The npm that ships with io.js v3.0.0 is v2.13.3 and it contains a few patches that tell it where to download the io.js tarball.

Going by the fact that the version number is different and that you don't seem to have the sources installed, I speculate that you upgraded npm manually?

@fundon
Copy link

fundon commented Aug 12, 2015

@dsxack try this

$ npm install pangyp -g 
$ npm install --save-dev forever --node-gyp=pangyp

@dsxack
Copy link
Author

dsxack commented Aug 12, 2015

@fundon, thanks! it works!

@dsxack dsxack closed this as completed Aug 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants