node.js - nodejs version issue when installing express -
just setting raspberry pi node.js server. did clean install of raspberian
then installed node
if node -v says: v0.10.25
then installed npm
if npm --version says: 1.1.4
if npm install express fails , reason why says
npm err! required: {"node":">= 0.8.0"} npm err! actual: {"npm":"1.1.4","node":"0.6.19"}
any idea doing wrong?
i used manual , version 0.11.3 , got success. http://doctorbin.tumblr.com/post/53991508909/how-to-install-the-latest-version-of-nodejs-npm-and
Comments
Post a Comment