I cloned a project and trying to change version of node.js via nvm. Globally, in the terminal it shows that node version is 16.20.0 (correct one), but in the project i working with its 18.20.0 and i cant change it because it shows that nvm not found. Tried to delete the node.js but seems it doesn’t help…
Globally:
nvm -v
0.37.2
node -v
v16.20.0
Project:
nvm -v
zsh: command not found: nvm
node -v
v18.20.2
How should i change the node version and what to do to use nvm in my project file?
New contributor
user24969064 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.