Vue-cli changes the package manager yarn to npm

Search for .vuerc in this computer

Open file search Replace yarn with npm

  "packageManager": "yarn"

 change into:

  "packageManager": "npm"

Guess you like

Origin blog.csdn.net/enhenglhm/article/details/127868295