I run : npm run dev
Error : npm is known not to run on Node.js v10.24.1
I have researched and know the command: npm install -g npm@latest
and some other commands to fix the problem
But the problem is that my project is using nodejs 10
so it can't use the latest nodejs. So is there any way to fix the above error. Thank you
UPDATE :
I use nvm
to install and manage versions of nodejs. And my OS is macOs