Expressのインストールでnpmエラーが発生しました。これはどういう意味ですか?ノードをアンインストールして再インストールする必要があるということですか?または、おそらくそれをアップグレードします。私が何をすべきか理解できず、何かを壊すのを恐れて、それをねじ込み始めるのは気が進まない。
My-Comp:websockets101 myuser$ npm install express
npm ERR! error installing express@3.0.0beta7 Error: Unsupported
npm ERR! error installing express@3.0.0beta7 at checkEngine (/usr/lib/node_modules/npm/lib/install.js:567:14)
npm ERR! error installing express@3.0.0beta7 at nextStep (/usr/lib/node_modules/npm/lib/utils/chain.js:54:8)
npm ERR! error installing express@3.0.0beta7 at chain (/usr/lib/node_modules/npm/lib/utils/chain.js:27:3)
npm ERR! error installing express@3.0.0beta7 at installOne_ (/usr/lib/node_modules/npm/lib/install.js:545:3)
npm ERR! error installing express@3.0.0beta7 at installOne (/usr/lib/node_modules/npm/lib/install.js:485:3)
npm ERR! error installing express@3.0.0beta7 at /usr/lib/node_modules/npm/lib/install.js:422:9
npm ERR! error installing express@3.0.0beta7 at /usr/lib/node_modules/npm/lib/utils/async-map.js:57:35
npm ERR! error installing express@3.0.0beta7 at Array.forEach (native)
npm ERR! error installing express@3.0.0beta7 at /usr/lib/node_modules/npm/lib/utils/async-map.js:57:11
npm ERR! error installing express@3.0.0beta7 at Array.forEach (native)
npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: connect@2.3.9
npm ERR! Required: {"node":">= 0.5.0"}
npm ERR! Actual: {"npm":"1.0.17","node":"v0.4.11"}
npm ERR!
npm ERR! System Darwin 10.8.0
npm ERR! command "node" "/usr/bin/npm" "install" "express"
npm ERR! cwd /Users/myuser/projects/websockets101
npm ERR! node -v v0.4.11
npm ERR! npm -v 1.0.17