我安装了松露V3.1.1和无论我尝试松露在它或松露在webpack,我无法编译的例子合同。
sudo truffle compile
/usr/lib/node_modules/truffle/node_modules/truffle-compile/profiler.js:204
dependency_path = source.resolve_dependency_path(import_path, dependency_path);
^
TypeError: Cannot read property 'resolve_dependency_path' of undefined发布于 2017-02-20 16:24:33
这里是github问题:https://github.com/ConsenSys/truffle/issues/362似乎是通过安装Truffer3.1.9版本来修复的。
npm install -g truffle@3.1.9 https://ethereum.stackexchange.com/questions/12296
复制相似问题