cri.dev about posts uses makes rss

Fix node command not found using nvm

Published on
Tagged with nvm1 node1 npm12 brew3

Had an issue with nvm not loading node and npm.

Rightfully in my session I was getting command not found: node when trying to run node or npm.

Most likely it’s an issue related to my previous installation with brew…

To solve this issue, I simply ran nvm alias default 16.0.0 after installing the specific node version with nvm install 16.0.0

Here, have a slice of pizza πŸ•