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

后端 未结 4 537
花落未央
花落未央 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:11

    You may be able to force install the not-broken version with

    npm i core-js-compat@3.4.7 --save

    It worked on my machine™

提交回复
热议问题