We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I was just following your instructions blindly
ubuntu@ip-10-88-163-66:~/node/src$ sudo npm install connect connect_json move npm ERR! Unsupported npm ERR! Not compatible with your version of node/npm: [email protected] npm ERR! Required: {"node":">= 0.4.1 < 0.5.0"} npm ERR! Actual: {"npm":"1.0.22","node":"v0.5.3-pre"} npm ERR! npm ERR! System Linux 2.6.35-24-virtual npm ERR! command "node" "/usr/local/bin/npm" "install" "connect" "connect_json" "move" npm ERR! cwd /home/ubuntu/node/src npm ERR! node -v v0.5.3-pre npm ERR! npm -v 1.0.22 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/ubuntu/node/src/npm-debug.log npm not ok
The text was updated successfully, but these errors were encountered:
I guess I needed to use a v0.4 tag in node
Sorry, something went wrong.
No branches or pull requests
Hi, I was just following your instructions blindly
ubuntu@ip-10-88-163-66:~/node/src$ sudo npm install connect connect_json move
npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: [email protected]
npm ERR! Required: {"node":">= 0.4.1 < 0.5.0"}
npm ERR! Actual: {"npm":"1.0.22","node":"v0.5.3-pre"}
npm ERR!
npm ERR! System Linux 2.6.35-24-virtual
npm ERR! command "node" "/usr/local/bin/npm" "install" "connect" "connect_json"
"move"
npm ERR! cwd /home/ubuntu/node/src
npm ERR! node -v v0.5.3-pre
npm ERR! npm -v 1.0.22
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/ubuntu/node/src/npm-debug.log
npm not ok
The text was updated successfully, but these errors were encountered: