松露(开发)>TodoList=等待TodoList。部署() 未捕获: 错误:TodoList尚未部署到检测到的网络(网络/工件不匹配) 在processTicksAndRejections(节点:内部/流程/任务队列:96:5) at/usr/local/lib/node_modules/truffle/build/webpack:/packages/truffle contract/lib/contract/constructorMethods。js:113:1
Please follow the steps:
创建另一个名为 2.随便叫什么名字。js (确保它不会 从1开始,你可以在迁移文件夹中为它命名(任何名称)。
将此内容粘贴到文件中
var contract_name = artifacts.require('contract_name'); module.exports = function (deployer) { deployer.deploy(contract_name); };
按以下顺序运行命令:truffle compile-> 块菌迁移--重置或块菌部署--重置->松露控制台
你可以走了!!