Error: Couldn't find preset “es2015” relative to directory

前端 未结 2 632
误落风尘
误落风尘 2020-12-17 21:02

I get the following error when I trying to use babel.

Error: Couldn\'t find preset \"es2015\" relative to directory

webp

2条回答
  •  感情败类
    2020-12-17 21:41

    Try this

    npm install babel-preset-es2015

    npm install babel-preset-react

    npm install babel --save-dev

    This worked for me.

提交回复
热议问题