我收到以下错误消息“无法冻结 ./node_modules/

Cha*_*son 2 node-modules reactjs graphql prisma-graphql

我正在使用 GraphQL 和 React 构建一个 Web 应用程序。编译前端/客户端时,我看到以下错误:

ct

我还能提供其他东西来帮助调试吗?

谢谢!

Izh*_*aki 13

从表面上看,您(或您的构建工具)正在使用hard-source-webpack-plugin。这是一个错误,其问题是here

一种解决方案似乎是:

rm -rf node_modules/.cache
Run Code Online (Sandbox Code Playgroud)

但是很难说这是否会对您有所帮助。

我会咨询插件回购。