-
Notifications
You must be signed in to change notification settings - Fork 307
Can't install on Windows 8.1 #264
Comments
For node-gyp to work you need python. For the native extensions you'll need Sent from my iPhone On Oct 10, 2014, at 6:55 AM, semiaddict [email protected] wrote: I a have been trying to install calipso on my Windows machine for a couple I am missing something ? I saw that others has some issues with Windows, but I'm not sure if it is Note that I also tries installing from a git clone, but got the same error. C:\Users\semiaddict>npm install -g calipso
js\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js"
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules\connect-mongodb\node_modules\mongodb\node_modules\bson>node
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules\mongoose\node_modules\mongodb\node_modules\kerberos>node
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules\mongoose\node_modules\mongodb\node_modules\bson>node
npm WARN excluding symbolic link lib\socket.io-client.js -> io.js
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules
'bash' is not recognized as an internal or external command, npm ERR! [email protected] install: bash ./bin/install.sh npm ERR! Exit — |
Thank you richtera.
|
I would just forget about bcrypt. It's for backwards compatibility. Maybe I Sent from my iPhone On Oct 10, 2014, at 9:33 AM, semiaddict [email protected] wrote: Thank you richtera. C:\Users\semiaddict>npm install -g calipso
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules\bcrypt>node _C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(882): fatal
_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(882): fatal
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules\connect-mongodb\node_modules\mongodb\node_modules\kerberos>node _C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(882): fatal
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules\connect-mongodb\node_modules\mongodb\node_modules\bson>node C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(882): fatal
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules\mongoose\node_modules\mongodb\node_modules\bson>node C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(882): fatal
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(882): fatal
'bash' is not recognized as an internal or external command, npm ERR! [email protected] install: bash ./bin/install.sh npm ERR! Exit — |
Try to git clone calipso and do npm install . Sent from my iPhone On Oct 10, 2014, at 9:33 AM, semiaddict [email protected] wrote: Thank you richtera. C:\Users\semiaddict>npm install -g calipso
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules\bcrypt>node _C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(882): fatal
_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(882): fatal
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules\connect-mongodb\node_modules\mongodb\node_modules\kerberos>node _C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(882): fatal
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules\connect-mongodb\node_modules\mongodb\node_modules\bson>node C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(882): fatal
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules\mongoose\node_modules\mongodb\node_modules\bson>node C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(882): fatal
C:\Users\semiaddict\AppData\Roaming\npm\node_modules\calipso\node_modules C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(882): fatal
'bash' is not recognized as an internal or external command, npm ERR! [email protected] install: bash ./bin/install.sh npm ERR! Exit — |
Basically the npm module will rewrite shell scripts using the bash executable. Not sure if this has been re-designed for later nodejs versions but usually I have bash installed as part of git or as part of cygwin. |
I a have been trying to install calipso on my Windows machine for a couple of days now.
I keep getting a couple of warnings and an error (see the lines in bold below).
I upgraded nodejs to the latest version and still get the same error.
I am missing something ?
I saw that others has some issues with Windows, but I'm not sure if it is the same problem as they date back to 2012.
Note that I also tries installing from a git clone, but got the same error.
The text was updated successfully, but these errors were encountered: