-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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 and exec-sync #1332
Comments
@edwardsmarkf Hmm, how was $ npm install -g pangyp
$ npm install exec-sync --node-gyp=pangyp |
hello and thank you for the fast response. i also found sync-exec that Thank you, Mark Edwards On Thu, Apr 2, 2015 at 6:27 PM, Kenan Yildirim notifications@github.com
|
It looks like you're using a nightly version. Did you try using a normal io.js release? |
I don't think this is worth investigating further. @edwardsmarkf is using a pretty outdated package, that also has a alternative in core, My guess for the cause would be @kenany's idea. |
for fun i ran: npm install -g npm ; now using 2.7.5 and i still have same problem. i also tried: npm install -g pangyp ; npm install exec-sync again, same issue. Thank you, Mark Edwards On Fri, Apr 3, 2015 at 7:07 AM, silverwind notifications@github.com wrote:
|
There are some floating patches to make npm work with io.js, so only the version of npm that io.js ships with will work. See: #1263 |
I think you've hit #1263 there. Until that is resolved, it's probably best to only use a |
@edwardsmarkf Hmm, that's odd. Are you sure it's the same |
hi kenan - attached is the npm-debug.log and in case i forget to mention it, this forum-group is awesome. thank you n_pm install exec-sync --node-gyp=pangyp ;_ npm WARN engine ffi@1.2.5: wanted: {"node":">=0.6.0"} (current: {"node":"1.5.2-nightly201503173c8ae2d934","npm":"2.7.5"})
gyp WARN install got an error, rolling back install npm ERR! ref@1.0.1 install: npm ERR! Please include the following file with any support request: Thank you, Mark Edwards On Fri, Apr 3, 2015 at 9:54 AM, Kenan Yildirim notifications@github.com
|
@edwardsmarkf Oh, actually I think I might get it now. |
@kenany so the fix would be for pangyp to use https://iojs.org/download/nightly/ for nightly builds, right? |
for now, sync-exec is working perfectly. if and when i run into another i have installed probably 15 npm packages in the past, and exec-sync is the iojs has a fantastic forum. thank you all for being so kind (too bad the Thank you, Mark Edwards On Fri, Apr 3, 2015 at 10:38 AM, silverwind notifications@github.com
|
hello - i just tried to install exec-sync after switching from node to io.js - and this package didnt want to install for me. any suggestions are appreciated!
npm -v
2.7.1
mkdir ./tester ; cd ./tester ; npm install exec-sync ;
npm WARN engine ffi@1.2.5: wanted: {"node":">=0.6.0"} (current: {"node":"1.5.2-nightly201503173c8ae2d934","npm":"2.7.1"})
\
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: 404 status code downloading tarball
gyp ERR! stack at Request. (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:246:14)
gyp ERR! stack at emitOne (events.js:82:20)
gyp ERR! stack at Request.emit (events.js:166:7)
gyp ERR! stack at Request.onRequestResponse (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1176:10)
gyp ERR! stack at emitOne (events.js:77:13)
gyp ERR! stack at ClientRequest.emit (events.js:166:7)
gyp ERR! stack at HTTPParser.parserOnIncomingClient (_http_client.js:410:21)
gyp ERR! stack at HTTPParser.parserOnHeadersComplete (_http_common.js:88:23)
gyp ERR! stack at TLSSocket.socketOnData (_http_client.js:300:20)
gyp ERR! stack at emitOne (events.js:77:13)
gyp ERR! System Linux 2.6.32-504.8.1.el6.x86_64
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /root/tester/node_modules/exec-sync/node_modules/ffi/node_modules/ref
gyp ERR! node -v v1.5.2-nightly201503173c8ae2d934
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok
npm ERR! Linux 2.6.32-504.8.1.el6.x86_64
npm ERR! argv "/usr/local/bin/iojs" "/usr/local/bin/npm" "install" "exec-sync"
npm ERR! node v1.5.2-nightly201503173c8ae2d934
npm ERR! npm v2.7.1
npm ERR! code ELIFECYCLE
npm ERR! ref@1.0.1 install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ref@1.0.1 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the ref package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls ref
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /root/tester/npm-debug.log
The text was updated successfully, but these errors were encountered: