nerve icon indicating copy to clipboard operation
nerve copied to clipboard

Error installing on Windows

Open bentsai opened this issue 13 years ago • 2 comments

Nerve failed to install when running npm install nerve on Windows XP. The end of the output looks like:

ERR! error rolling back [email protected] Error: UNKNOWN, unknown error 'C:\Program Files\nodejs\node_modules\nerve'
verbose installOne cb [email protected]
ERR! Unsupported
ERR! Not compatible with your version of node/npm: [email protected]
ERR! Required: {"node":"0.4"}
ERR! Actual:   {"npm":"1.1.0-alpha-2","node":"0.6.3"}
ERR! 
ERR! System Windows_NT 5.1.2600
ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "nerve"
ERR! cwd C:\Program Files\nodejs
ERR! node -v v0.6.3
ERR! npm -v 1.1.0-alpha-2
ERR! code ENOTSUP
ERR! message Unsupported
verbose exit [ 1, true ]

bentsai avatar Dec 01 '11 20:12 bentsai

Same issue here on mac, running node 0.6.3 too, bummer it's not compatible with the latest version of node, really wanted to play with this and look under the hood.

matthewsimo avatar Dec 13 '11 04:12 matthewsimo

End error install on c9.io

*** Error code 1 npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url'] npm ERR! error installing [email protected] Error: Unsupported …

ghost avatar Mar 17 '12 08:03 ghost