Fix node command not found using nvm

1 · Christian · June 5, 2022, midnight
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...