#3 node unsupported engine when updating npm
/ 1 min read
Updated: When error occurs: “unsupported engine” while trying to update npm to 10.1. a solution is to use nvm.
It does not solve the underlying problem in itself but it is a workaround.
With nvm it is possible to manage node versions on the system and easily install and use more then one node version in parallel.
-
Installing nvm
-
Using nvm
-
Installing oh-my-zsh-nvm plugin (when zsh is in use)
A list of useful nvm commands:
Link:
Done.