Answers for "windows how to update nodejs"

3

update nodejs windows

Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
npm install -g npm-windows-upgrade
npm-windows-upgrade
Posted by: Guest on June-17-2021
2

how to update node in ubuntu 18.04

sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Posted by: Guest on November-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language