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

Help again please #1

Open
mirakuhl opened this issue Dec 21, 2011 · 6 comments
Open

Help again please #1

mirakuhl opened this issue Dec 21, 2011 · 6 comments

Comments

@mirakuhl
Copy link

It was all going well until this went through

[email protected] install C:\Documents and Settings\USER\Desktop\swerner-tt_fm_b
ot-e30d8d8\node_modules\mongodb
bash ./install.sh

'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 1
npm 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 1
npm 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

@swerner
Copy link
Owner

swerner commented Dec 21, 2011

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.

@mirakuhl
Copy link
Author

alright any ideas what this is?

C:\Documents and Settings\USER\Desktop\swerner-tt_fm_bot-e30d8d8>npm install
npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url']

npm ERR! cb() never called!
npm ERR!
npm not ok

thanks in advance

@swerner
Copy link
Owner

swerner commented Dec 22, 2011

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

@mirakuhl
Copy link
Author

thank you a lot but as soon as i fixed that error the other one comes up but thanks for trying to help

@swerner
Copy link
Owner

swerner commented Dec 22, 2011

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.

@mirakuhl
Copy link
Author

Will do thanks a lot again hopefully i figure something out

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

2 participants