刚刚搭建的项目出现这样的错误:

ERROR in ./node_modules/hoist-non-react-statics/node_modules/react-is/index.js
Module build failed (from ./node_modules/source-map-loader/dist/cjs.js):
Error: ENOENT: no such file or directory, open 'E:\absframe\node_modules\hoist-non-react-statics\node_modules\react-is\index.js'

在package.json中出现查找发现:

 source-map-loader的版本是5.0.0,这个版本太高了

降低为:

 "source-map-loader": "^3.0.0",

然后问题就解决了

希望对你有所帮助

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐