Upgrade Node.js and npm:
sudo npm cache clean -f
(force) clear you npm cachesudo npm install -g n
install n (this might take a while)sudo n stable
upgrade to the current stable version. Possible tags[latest/stable/<version>]
References:
Upgrade Node.js and npm:
sudo npm cache clean -f
(force) clear you npm cachesudo npm install -g n
install n (this might take a while)sudo n stable
upgrade to the current stable version. Possible tags[latest/stable/<version>]References:
Upgrade Node.js and npm: sudo npm cache clean -f (force) clear you npm cache sudo npm install -g n install n (this might take a while) s...
No comments:
Post a Comment