📜  切换 npm 版本 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:48.552000             🧑  作者: Mango

代码示例1
#if you have on your machine many Node versions you can easy switch them:

#this will display to you a list of available versions on your machine
nvm list

#to use a custom version:
nvm use 15.11