You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with npm install [email protected] while 0.3.5 installs fine. Got around it with npm install [email protected] --node-version 0.6.7. Here is the error:
npm http GET https://registry.npmjs.org/paynode/0.3.6
npm http 304 https://registry.npmjs.org/paynode/0.3.6
npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: [email protected]
npm ERR! Required: {"node":"~0.6.7"}
npm ERR! Actual: {"npm":"1.1.4","node":"0.8.18"}
npm ERR!
npm ERR! System Darwin 11.4.2
npm ERR! command "node" "/usr/local/bin/npm" "install" "[email protected]"
npm ERR! cwd /Users/om/Git/w/srp
npm ERR! node -v v0.8.18
npm ERR! npm -v 1.1.4
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/om/Git/w/srp/npm-debug.log
npm not ok
The text was updated successfully, but these errors were encountered:
There is a problem with
npm install [email protected]
while0.3.5
installs fine. Got around it withnpm install [email protected] --node-version 0.6.7
. Here is the error:The text was updated successfully, but these errors were encountered: