1 2 3 |
sudo npm cache clean -f sudo npm install -g n sudo n 5.11.1 |
To check the current version of node use following command:
1 |
node -v |
1 2 3 |
sudo npm cache clean -f sudo npm install -g n sudo n 5.11.1 |
To check the current version of node use following command:
1 |
node -v |