Could not freeze ./src/web3/address.js: Cannot read property 'hash' of undefined

问题

运行项目的时候,经常会有一大片错误

 Could not freeze ./src/web3/address.js: Cannot read property 'hash' of undefined

HardSourceWebpackPlugin是webpack的插件,为模块提供中间缓存步骤,但是它报错了…

临时解决方案


删除 ./node_modules/.cache 后,再npm start重启项目

posted @ 2022-11-28 14:06  ZerlinM  阅读(128)  评论(0)    收藏  举报