当前位置: 代码迷 >> 综合 >> 安装jest报错:Cannot read property bindings of null
  详细解决方案

安装jest报错:Cannot read property bindings of null

热度:15   发布时间:2023-12-14 04:29:58.0

在webpack 4.2以上使用

npm install -D babel-loader @babel/core @babel/preset-env

重新安装后,再更改老的配置

修改“env”为“@babel/preset-env”。

  相关解决方案