How to solve the error report of the project created by vue-cli3?

yarn install v1.2.1
info No lockfile found.
[1/4]   Resolving packages...
Couldn"t find any versions for "@vue/cli-plugin-babel" that matches "^3.2.1"
? Please choose a version of "@vue/cli-plugin-babel" from this list: (Use arrow keys)
Dec.24,2021

Please choose a version of "@ vue/cli-plugin-babel" from this list: (Use arrow keys)

it's not difficult for me to think about these words.

just choose a version to install


because my vue-cli is installed with both Npm and yarn, there is a problem with the version, so it would be nice to uninstall yarn and npm and reinstall the latest vue-cli with yarn!

Menu