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:

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git