Skip to content

Instantly share code, notes, and snippets.

@learningjs
Created July 18, 2012 01:22
Show Gist options
  • Save learningjs/3133446 to your computer and use it in GitHub Desktop.
Save learningjs/3133446 to your computer and use it in GitHub Desktop.
forge run web error - console
forge run web
[ INFO] Forge tools running at version 3.3.5
[ INFO] Checking JavaScript files...
[ INFO] JavaScript check complete
[ INFO] Verifying your configuration settings...
[ INFO] Configuration settings check complete
[ ERROR] Something went wrong that we didn't expect:
[ ERROR] Failed when running npm: npm http GET https://registry.npmjs.org/express/2.5.0
npm http 200 https://registry.npmjs.org/express/2.5.0
npm http GET https://registry.npmjs.org/express/-/express-2.5.0.tgz
npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":">= 0.4.1 < 0.7.0"}
npm ERR! notsup Actual: {"npm":"1.1.32","node":"0.8.0"}
npm ERR! System Darwin 10.8.0
npm ERR! command "/Users/max/.nvm/v0.8.0/bin/node" "/Users/max/.nvm/v0.8.0/bin/npm" "install"
npm ERR! cwd /Users/max/Desktop/ciop/development/web
npm ERR! node -v v0.8.0
npm ERR! npm -v 1.1.32
npm ERR! code ENOTSUP
npm ERR! message Unsupported
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/max/Desktop/ciop/development/web/npm-debug.log
npm ERR! not ok code 0
[ ERROR] See /Users/max/Desktop/ciop/forge-error.log for more details
[ ERROR] Please contact [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment