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

Fails to install on Windows #20

Open
Host32 opened this issue May 19, 2015 · 8 comments
Open

Fails to install on Windows #20

Host32 opened this issue May 19, 2015 · 8 comments

Comments

@Host32
Copy link

Host32 commented May 19, 2015

the error happens both via apm as within the Atom

Installing “[email protected]” failed.

> [email protected] install C:\Users\VRDT021\AppData\Local\Temp\apm-install-dir-115419-5948-18wojhr\node_modules\iex\node_modules\child_pty
> node-gyp rebuild


C:\Users\VRDT021\AppData\Local\Temp\apm-install-dir-115419-5948-18wojhr\node_modules\iex\node_modules\child_pty>node "C:\Users\VRDT021\AppData\Local\atom\app-0.199.0\resources\app\apm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild 

gypnpm ERR! Windows_NT 6.2.9200
npm ERR! argv "C:\\Users\\VRDT021\\AppData\\Local\\atom\\app-0.199.0\\resources\\app\\apm\\bin\\\\node.exe" "C:\\Users\\VRDT021\\AppData\\Local\\atom\\app-0.199.0\\resources\\app\\apm\\node_modules\\npm\\bin\\npm-cli.js" "--globalconfig" "C:\\Users\\VRDT021\\.atom\\.apm\\.apmrc" "--userconfig" "C:\\Users\\VRDT021\\.atom\\.apmrc" "install" "C:\\Users\\VRDT021\\AppData\\Local\\Temp\\d-115419-5948-1mfth4y\\package.tgz" "--target=0.22.0" "--arch=ia32"
npm ERR! node v0.10.35
npm ERR! npm  v2.5.1
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the child_pty 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 child_pty
npm ERR! There is likely additional logging output above.
@indiejames
Copy link
Owner

Sorry for the late response. I don't have a Windows setup so it's impossible for me to test things on Windows. I may try to set up a VM at some point, but not in the near future.

@essenciary
Copy link

Same problem

@jburvill
Copy link

jburvill commented Oct 3, 2015

same problem

@bmagrys
Copy link

bmagrys commented Jan 15, 2016

I also get this error

@jschepmans
Copy link

Same issue here...

@OvermindDL1
Copy link

Same problem:

> [email protected] install C:\Users\ROBERT~1\AppData\Local\Temp\apm-install-dir-11652-14608-goadu0\node_modules\iex\node_modules\pty.js
> node-gyp rebuild


C:\Users\ROBERT~1\AppData\Local\Temp\apm-install-dir-11652-14608-goadu0\node_modules\iex\node_modules\pty.js>if not defined npm_config_node_gyp (node "C:\Users\robertsong\AppData\Local\atom\app-1.7.4\resources\app\apm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node  rebuild ) 

gypnpm ERR! Windows_NT 6.2.9200
npm ERR! argv "C:\\Users\\robertsong\\AppData\\Local\\atom\\app-1.7.4\\resources\\app\\apm\\bin\\node.exe" "C:\\Users\\robertsong\\AppData\\Local\\atom\\app-1.7.4\\resources\\app\\apm\\node_modules\\npm\\bin\\npm-cli.js" "--globalconfig" "C:\\Users\\robertsong\\.atom\\.apm\\.apmrc" "--userconfig" "C:\\Users\\robertsong\\.atom\\.apmrc" "install" "C:\\Users\\ROBERT~1\\AppData\\Local\\Temp\\d-11652-14608-1tlynlf\\package.tgz" "--target=0.36.8" "--arch=ia32"
npm ERR! node v0.10.40
npm ERR! npm  v2.13.3
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the pty.js 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 pty.js
npm ERR! There is likely additional logging output above.

@midis
Copy link

midis commented Mar 7, 2017

Same problem
I reinstalled all the node.js and Atom with latest version, but doesn't help at all.

No matter if you have Windows setup or not, would you have at least any clue where the problem could be, please?

@OvermindDL1
Copy link

No matter if you have Windows setup or not, would you have at least any clue where the problem could be, please?

The issue is in using node-gyp, it is a very broken build system except if using linux or mac, it needs to be replaced with an actually decent build system.

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

8 participants