Go back to the getting started tutorial
Note: When using the Fish terminal, nvm.fish
should be used to install nvm. This is not a fish wrapper for nvm. rather it is written from scratch using fish. Current version of NVM is not supported on terminals that are running fish or have installed fish in the past.
- Install nvm.fish using Fisher:
fisher install jorgebucaran/nvm.fish
- Restart fish by entering
fish
in your active terminal - Verify nvm is working by entering
nvm -v
- Install the required version of Node.js by typing
nvm install 23
.
Working with MacOS M1 Silicon: If you have macOS on M1 Silicon 2022, you can find instructions here.