windows - upgrading nodejs



Ok, not really sure why or how i missed this but the best way to upgrade nodejs without using an installer on windows is to :

Just run the code below :-

Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
npm install -g npm-windows-upgrade
npm-windows-upgrade

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm