Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

update npm-windows

powershell Set-ExecutionPolicy RemoteSigned
npm install -g npm-windows-upgrade
npm-windows-upgrade
Comment

npm upgrade windows

npm install --global --production npm-windows-upgrade
npm-windows-upgrade
Comment

how to update npm version in windows

On Win10:
Run PowerShell as Administrator and sequentially enter commands:

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

PREVIOUS NEXT
Code Example
Shell :: how to start xampp in ubuntu 
Shell :: bypass login jupyter ubuntu 
Shell :: rpi make executable 
Shell :: install google chrome in ubuntu 20.04 
Shell :: install webpack cli 
Shell :: zsh: command not found: flutter 
Shell :: uninstall genymotion linux 
Shell :: sha256 windows 10 
Shell :: git show only files names 
Shell :: linux run command in loop 
Shell :: skype linux install 
Shell :: obs download ubuntu 
Shell :: install xmake 
Shell :: delete local comits 
Shell :: get wifi password windows 10 
Shell :: install pug 
Shell :: clear pacman cahce 
Shell :: cpu core command linux 
Shell :: nvm: Cannot uninstall currently-active node version, v14.14.0 (inferred from node). 
Shell :: brew not found 
Shell :: upgrade nltk version 
Shell :: bash display items in array 
Shell :: code UNABLE_TO_GET_ISSUER_CERT_LOCALLY 
Shell :: uninstall vmware workstation 
Shell :: how to push code on bitbucket 
Shell :: gitlab reconfigure 
Shell :: Failed to load module "appmenu-gtk-module" 
Shell :: git reset amend 
Shell :: wsl backup 
Shell :: macos start avd cmd 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =