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

Problem installing express in Node 0.7.10PRE OSX #1153

Closed
jrgleason opened this issue May 31, 2012 · 5 comments
Closed

Problem installing express in Node 0.7.10PRE OSX #1153

jrgleason opened this issue May 31, 2012 · 5 comments

Comments

@jrgleason
Copy link

So granted I am doing things a little "cutting edge" and compiling from source, however, once I do I see the following when running sudo npm install -g express.....

sudo npm -g install express
npm http GET https://registry.npmjs.org/express
npm http 304 https://registry.npmjs.org/express
npm http GET https://registry.npmjs.org/connect/2.2.2
npm http GET https://registry.npmjs.org/commander/0.6.0
npm http GET https://registry.npmjs.org/mime/1.2.5
npm http GET https://registry.npmjs.org/mkdirp/0.3.1
npm http GET https://registry.npmjs.org/crc/0.2.0
npm http GET https://registry.npmjs.org/debug
npm http 304 https://registry.npmjs.org/commander/0.6.0
npm http 304 https://registry.npmjs.org/mkdirp/0.3.1
npm http 304 https://registry.npmjs.org/debug
npm http 304 https://registry.npmjs.org/mime/1.2.5
npm http 304 https://registry.npmjs.org/crc/0.2.0
npm http 304 https://registry.npmjs.org/connect/2.2.2
npm ERR! error rolling back express@3.0.0alpha5 Error: ENOTEMPTY, rmdir '/usr/local/lib/node_modules/express'

npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: commander@0.6.0
npm ERR! Required: {"node":">= 0.4.x < 0.7.0"}
npm ERR! Actual: {"npm":"1.1.23","node":"0.7.10-pre"}
npm ERR!
npm ERR! System Darwin 10.8.0
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "-g" "install" "express"
npm ERR! cwd /Users//bhonline
npm ERR! node -v v0.7.10-pre
npm ERR! npm -v 1.1.23
npm ERR! code ENOTSUP
npm ERR! message Unsupported
npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/
/bhonline/npm-debug.log

@jrgleason
Copy link
Author

Sorrk guess 7.1 isn't cutting edge but stil..

@caryhaynie
Copy link

It looks like commander explicitly doesn't support versions of node >= 7.x. You should probable file a bug with that project: https://github.com/visionmedia/commander.js

@tj
Copy link
Member

tj commented May 31, 2012

yeah open it there and ill update commander to "*".

@tj tj closed this as completed May 31, 2012
@caryhaynie
Copy link

tj/commander.js#60

@zdwalter
Copy link

zdwalter commented Jul 5, 2012

$ npm install commander
npm http GET https://registry.npmjs.org/commander

npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: commander@0.5.2
npm ERR! Required: {"node":">= 0.4.x < 0.8.0"}
npm ERR! Actual: {"npm":"1.1.21","node":"0.8.1"}
npm ERR!
npm ERR! System Darwin 11.4.0
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "commander"
npm ERR! cwd /private/tmp
npm ERR! node -v v0.8.1
npm ERR! npm -v 1.1.21
npm ERR! code ENOTSUP
npm ERR! message Unsupported
npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /private/tmp/npm-debug.log
npm not ok

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

4 participants