Cannot find module './src/data' with vue-cli

后端 未结 4 554
花落未央
花落未央 2020-12-16 12:24

I created a project with vue-cli 4.1.1, and after running yarn serve, i got the following error

Error: [BABEL] C:\\dev\\vuestudy\\src\\main.js: Cannot find m         


        
4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 13:16

    With Vue / Nuxt, you can delete package-lock.json and node_modules and do an npm install to fix this issue.

提交回复
热议问题