You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see available or installed versions of Node with nvm ls. Once you use NVM to install Node, you can verify the versions with node -v and npm -v.
.nvmrc
We have a .nvmrc file that specifies the version of Node to use. With this file, you can run nvm use and it will pick up the version from .nvmrc (you will still have to make sure you installed the version first).
If you enable Deeper Shell Integration, then NVM will automatically install the version (if needed) and switch to it.
IDE/Text editor
You can bring your own Editor. We recommend VS Code.