标签: reactjs graphql node-modules prisma-graphql
我正在使用GraphQL和React构建一个Web应用程序。编译前端/客户端时,我看到以下错误:
我还能提供其他东西来帮助调试吗?
谢谢!
答案 0 :(得分:8)
从外观上看,您使用的是hard-source-webpack-plugin。这是一个错误the issue of which is here。
One solution似乎是:
rm -rf node_modules/.cache
但是很难说这是否对您有帮助。
我会咨询插件仓库。