DEV Community

Aashutosh Poudel
Aashutosh Poudel

Posted on

Using nvm with fish shell [Linux]

Steps

  • Install nvm
  • nvm won't work with fish
  • Install bass and fish-nvm
omf install https://github.com/fabioantunes/fish-nvm
omf install https://github.com/edc/bass
Enter fullscreen mode Exit fullscreen mode

See this for other install options.

  • Install the desired node version and set it as default
nvm install 18.12.1
nvm alias default 18.12.1
Enter fullscreen mode Exit fullscreen mode



Links:

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay