Im trying to run
npm run serve
on a certain project.
and I get
vue-notus@1.1.0 serve F:\WEB_DEV\Github\vue-notus-main vue-cli-service serve
ERROR You are using Node v13.14.0, but vue-cli-service requires
Node ^12.0.0
Please upgrade your Node version.
Which is confusing. Its asking me to upgrade but I clearly have a higher version that ^12.0??
Or does it want me to downgrade??
Whats happening here?