### **npm run dev** <img width="1047" alt="企业微信截图_17140399998480" src="https://github.com/WeBankBlockchain/WeBASE-Web/assets/40222565/52099367-e940-47db-af26-29321ff2d43d"> ### **1.进入node_modules/web3-utils/lib/utils.js** 将var ethereumjsUtil = require('@ethereumjs/util') 替换成 var ethereumjsUtil = require('ethereumjs-util'); <img width="692" alt="企业微信截图_17140403065522" src="https://github.com/WeBankBlockchain/WeBASE-Web/assets/40222565/c9a1f7a9-c974-4f78-9480-7da4a7618402"> ### **2.npm install --save ethereumjs-util** 此时需要安装所需替换的依赖库ethereumjs-util <img width="418" alt="企业微信截图_17140403065522" src="https://github.com/WeBankBlockchain/WeBASE-Web/assets/40222565/91abb541-90e8-475c-b858-5f7efd0bafe0"> ### **3.npm run dev** 最后运行项目 <img width="357" alt="企业微信截图_17140403065522" src="https://github.com/WeBankBlockchain/WeBASE-Web/assets/40222565/977c7eeb-51c7-4a52-af10-8cc7f93d384f">