Answers for "nvm remove node version and global packages"

1

remove nvm version

$ nvm uninstall 8.8.1
Posted by: Guest on October-13-2021
0

nvm removes globally installed packages

# You can use the following nvm command

# Version being the last node version you had those packages in
nvm reinstall-packages <version>
Posted by: Guest on August-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language