We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
将var ethereumjsUtil = require('@ethereumjs/util') 替换成 var ethereumjsUtil = require('ethereumjs-util');
此时需要安装所需替换的依赖库ethereumjs-util
最后运行项目
The text was updated successfully, but these errors were encountered:
老哥nb!
Sorry, something went wrong.
非常棒,在v1.5.4这些都没问题,老哥用心了!
No branches or pull requests
npm run dev
1.进入node_modules/web3-utils/lib/utils.js
将var ethereumjsUtil = require('@ethereumjs/util') 替换成 var ethereumjsUtil = require('ethereumjs-util');
2.npm install --save ethereumjs-util
此时需要安装所需替换的依赖库ethereumjs-util
3.npm run dev
最后运行项目
The text was updated successfully, but these errors were encountered: