Update Node With Npm

To check your current node version
node -v

To update it, follow this guy's genious.
http://davidwalsh.name/upgrade-nodejs

Some of your local folders may fail now on npm start like this:

Use npm rebuild to hopefully take care of that (src).

comments powered by Disqus