vue project cannot be started

You can reinstall it once. If it still doesn't work, clear all previous installations.

  • rm -rf node_modules
  • rm package-lock.json
  • npm cache clear --force
  • npm install

Guess you like

Origin blog.csdn.net/qq_48294048/article/details/127228422