Vue-cli3.0 reported an error when creating the project. How do you deal with it?

when vue-cli3.0 creates a project, the page will report an error

Mar.06,2021

makes it very clear. He said that the node version is not compatible and should be greater than or equal to 4 and less than 9.


node -v

Let's take a look at the node version first. The error report is node version is incorrect

Menu