Cannot find module '@babel/core'

后端 未结 12 613
再見小時候
再見小時候 2021-01-30 16:01

I am following along with this webpack4/react tutorial:

https://www.youtube.com/watch?v=deyxI-6C2u4

I have followed it exactly up until the part where he runs np

12条回答
  •  时光取名叫无心
    2021-01-30 16:31

    Try running this.

    npm install @babel/core --save
    

    babel changed their package so your babel-core will not be the same as @babel/core.

提交回复
热议问题