📅  最后修改于: 2022-03-11 14:49:48.552000             🧑  作者: Mango
#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