这是一个错误:
WARNING in ./node_modules/pusher-js/dist/web/pusher.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/cookie/Desktop/cookiecoin/client/node_modules/pusher-js/dist/web/utf8.js.map' file: Error: ENOENT: no such file or directory, open '/Users/cookie/Desktop/cookiecoin/client/node_modules/pusher-js/dist/web/utf8.js.map'
@ ./src/pages/Coins.jsx 10:0-31 22:21-27
@ ./src/App.jsx 15:0-34 126:42-47
@ ./src/index.jsx 6:0-24 8:38-41
1 warning has detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.我试着创建这个文件,但仍然得到了错误--我还转到了github上npm包的src代码,它没有那个文件,所以我只是有点搞不懂问题是什么。
发布于 2022-01-13 15:51:08
在pusher-js库中有一个公开的bug报告。最好在那个帖子上发表意见。https://github.com/pusher/pusher-js/issues/535
https://stackoverflow.com/questions/70699221
复制相似问题