- ECMAScript Cookbook
- Ross Harrison
- 40字
- 2021-08-27 19:27:33
There's more...
If we have also installed version v9.6.1, we would use the following command to set it as the default:
nvm alias default 9.6.1
Now when we open a new shell, v9.6.1 will be the Node.js version in use.