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

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

    This is a bug with core-js-compat v3.4.6, but already the fix has gone with v3.4.7. See https://github.com/zloirock/core-js/issues/712 for more detail.

提交回复
热议问题