I can't create a vue project. I keep getting this error:
You are using Node v10.19.0, but this version of @vue/cli requires Node ^12.0.0 || >= 14.0.0.
Please upgrade your Node version
I don't want to update node either, it will break another project I have going on. It's weird that I have a different project that successfully npm run serve, but cannot create another one? Thanks in advance.