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
搭建meshchain过程中都无异常,解压路由rout后执行启动脚本报如下错误: sh start_meshchain.sh
sed:无法读取 ./systemcontractv2/config.js:没有那个文件或目录 module.js:549
Error: Cannot find module '../web3lib/config' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) ... deploy system contract failed
经查看./systemcontractv2/config.js文件的确不存在,如何才能正常执行sh start_meshchain.sh ?非常谢谢!
The text was updated successfully, but these errors were encountered:
这个报错是由于版本迭代,文件存放的位置变更导致的。将会在四月份的版本解决。
感谢
Sorry, something went wrong.
No branches or pull requests
搭建meshchain过程中都无异常,解压路由rout后执行启动脚本报如下错误:
sh start_meshchain.sh
sed:无法读取 ./systemcontractv2/config.js:没有那个文件或目录
module.js:549
Error: Cannot find module '../web3lib/config'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
...
deploy system contract failed
经查看./systemcontractv2/config.js文件的确不存在,如何才能正常执行sh start_meshchain.sh ?非常谢谢!
The text was updated successfully, but these errors were encountered: