How to upgrade NodeJS using NPM

Posted by Damodar Bashyal on September 08, 2017

 

Quick steps to upgrade:

Check current installed nodejs version.

[[email protected]]# node -v

Force clean cache.

[[email protected]]# npm cache clean -f

More»

How to fix node-gyp rebuild errors on windows

Posted by Damodar Bashyal on March 30, 2016

 

I was trying to install node module printer "npm install printer" and got few errors while trying few solutions that I found in different blogs, forums and stackoverflow sites.

I would like to share what worked for me at the end.

More»