-
Notifications
You must be signed in to change notification settings - Fork 4
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
Help again please #1
Comments
It looks like its running into problems because it isn't running in bash. I'm not familiar running node on windows - you might want to check into finding tutorials on setting node/npm up on that. I'd recommend using OS X/Linux if at all possible. |
alright any ideas what this is? C:\Documents and Settings\USER\Desktop\swerner-tt_fm_bot-e30d8d8>npm install npm ERR! cb() never called! thanks in advance |
Found this: https://github.com/isaacs/npm/issues/1733 Looks like you need to uninstall the older version of node completely (Add/Remove Programs), delete any old path variables, and install the newest version from: http://nodejs.org/dist/v0.6.3/node-v0.6.3.msi |
thank you a lot but as soon as i fixed that error the other one comes up but thanks for trying to help |
I am not familiar with developing on windows. If you are able to get this working. Please let me know. There is a blog post here: http://ninjadeveloper.net/blog/2011/12/12/the-road-to-node-setting-up-node-js-on-bluehost/ if you plan to try to get it running on Bluehost. Linux or OS X will be the simplest installation process though. |
Will do thanks a lot again hopefully i figure something out |
It was all going well until this went through
'bash' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! error installing [email protected]
npm ERR! [email protected] install:
bash ./install.sh
npm ERR!
cmd "/c" "bash ./install.sh"
failed with 1npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the mongodb package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! bash ./install.sh
npm ERR! You can get their info via:
npm ERR! npm owner ls mongodb
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System Windows_NT 5.1.2600
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod
ejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd C:\Documents and Settings\USER\Desktop\swerner-tt_fm_bot-e30d8d8
npm ERR! node -v v0.6.6
npm ERR! npm -v 1.1.0-beta-4
npm ERR! code ELIFECYCLE
npm ERR! message [email protected] install:
bash ./install.sh
npm ERR! message
cmd "/c" "bash ./install.sh"
failed with 1npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Documents and Settings\USER\Desktop\swerner-tt_fm_bot-e30d8d8\np
m-debug.log
npm not ok
C:\Documents and Settings\USER\Desktop\swerner-tt_fm_bot-e30d8d8>node bot.js
please help
The text was updated successfully, but these errors were encountered: