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

can't install on windows #54

Open
passionke opened this issue Jan 4, 2014 · 2 comments
Open

can't install on windows #54

passionke opened this issue Jan 4, 2014 · 2 comments

Comments

@passionke
Copy link

when I git clone this repo, then run the command : npm install,
I got this in npm-debug.log

help!

0 info it worked if it ends with ok
1 verbose cli [ 'D:\Program Files\nodejs\node.exe',
1 verbose cli 'D:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'install' ]
2 info using npm@1.2.18
3 info using node@v0.10.6
4 verbose node symlink D:\Program Files\nodejs\node.exe
5 verbose read json C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master\package.json
6 verbose readDependencies using package.json deps
7 verbose install where, deps [ 'C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master',
7 verbose install [ 'extend', 'mocha' ] ]
8 verbose from cache C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master\package.json
9 info preinstall pty.js@0.2.3
10 verbose read json C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master\node_modules\extend\package.json
11 verbose read json C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master\node_modules\mocha\package.json
12 verbose from cache C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master\package.json
13 verbose readDependencies using package.json deps
14 verbose from cache C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master\node_modules\extend\package.json
15 verbose from cache C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master\node_modules\mocha\package.json
16 verbose already installed skipping extend@~1.2.1 C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master
17 verbose already installed skipping mocha@~1.7.1 C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master
18 silly resolved []
19 info build C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master
20 verbose from cache C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master\package.json
21 verbose linkStuff [ false,
21 verbose linkStuff false,
21 verbose linkStuff false,
21 verbose linkStuff 'C:\Users\Administrator\Documents\GitHub\goorm\libs\core' ]
22 info linkStuff pty.js@0.2.3
23 verbose linkBins pty.js@0.2.3
24 verbose linkMans pty.js@0.2.3
25 verbose rebuildBundles pty.js@0.2.3
26 verbose rebuildBundles [ '.bin', 'extend', 'mocha' ]
27 info install pty.js@0.2.3
28 verbose unsafe-perm in lifecycle true
29 silly exec cmd "/c" "node-gyp rebuild"
30 silly cmd,/c,node-gyp rebuild,C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master spawning
31 info pty.js@0.2.3 Failed to exec install script
32 error pty.js@0.2.3 install: node-gyp rebuild
32 error cmd "/c" "node-gyp rebuild" failed with 1
33 error Failed at the pty.js@0.2.3 install script.
33 error This is most likely a problem with the pty.js package,
33 error not with npm itself.
33 error Tell the author that this fails on your system:
33 error node-gyp rebuild
33 error You can get their info via:
33 error npm owner ls pty.js
33 error There is likely additional logging output above.
34 error System Windows_NT 6.1.7600
35 error command "D:\Program Files\nodejs\node.exe" "D:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
36 error cwd C:\Users\Administrator\Documents\GitHub\goorm\libs\core\pty.js-master
37 error node -v v0.10.6
38 error npm -v 1.2.18
39 error code ELIFECYCLE
40 verbose exit [ 1, true ]

@trevordowdle
Copy link

I have either the same or a simillar problem on Windows 8.

@asnowfix
Copy link

asnowfix commented Jul 2, 2014

Looks like the same as #65

ddm pushed a commit to ddm/pty.js that referenced this issue Nov 8, 2017
ddm pushed a commit to ddm/pty.js that referenced this issue Nov 8, 2017
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