Requires Babel “7.0.0-0” but was loaded with “6.26.3”

前端 未结 10 846
深忆病人
深忆病人 2020-12-08 06:16

Keep getting this error no matter what I tried installing (babel wise) as I follow other similar reports. this is the stack trace:

error: bundli         


        
10条回答
  •  时光说笑
    2020-12-08 07:16

    Looks like you need to install babel-core as the docs suggest: https://jestjs.io/docs/en/getting-started#using-babel

    yarn add --dev babel-jest babel-core@^7.0.0-bridge.0 @babel/core regenerator-runtime

提交回复
热议问题