This repository was archived by the owner on Feb 7, 2021. It is now read-only.
forked from chjj/pty.js
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository was archived by the owner on Feb 7, 2021. It is now read-only.
Installation on windows failing #2
Copy link
Copy link
Open
Labels
Description
Hey,
I tried to install it on a win 7 64bit machine but it always ends up with:
\
> partty@0.5.4 preinstall C:\Users\Slind\Documents\test\node_modules\cloudcmd\node_modules\partty
> ( node -e 'process.exit(process.platform === "win32" ? 0 : 1);' && git submodule update --init --recursive ) || echo '
Submodule is not required as you are not running on Windows!'
' was unexpected at this time.
npm ERR! partty@0.5.4 preinstall: `( node -e 'process.exit(process.platform === "win32" ? 0 : 1);' && git submodule upda
te --init --recursive ) || echo 'Submodule is not required as you are not running on Windows!'`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the partty@0.5.4 preinstall script.
npm ERR! This is most likely a problem with the partty package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ( node -e 'process.exit(process.platform === "win32" ? 0 : 1);' && git submodule update --init --recursive
) || echo 'Submodule is not required as you are not running on Windows!'
npm ERR! You can get their info via:
npm ERR! npm owner ls partty
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js"
"i" "partty"
npm ERR! cwd C:\Users\Slind\Documents\test\node_modules\cloudcmd
npm ERR! node -v v0.10.36
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR! not ok code 0
Reactions are currently unavailable