truffle.js在以太坊环境的设置过程中无法运行

时间:2018-01-08 05:29:26

标签: node.js ethereum solidity truffle

我正在尝试设置我的开发环境。我已经完成了NodeJs的干净安装,并在Windows 10 Professional上彻底安装了Truffle。当我尝试运行truffle命令时,我得到ResourceUnavailable ApplicationFailedException FullyQualifiedErrorId NativeCommandFailed。

这是我的日志的屏幕截图。 enter image description here

1 个答案:

答案 0 :(得分:0)

访问gitHub.com上的Truffle项目问题部分后。我被指示尝试运行' truffle.cmd版本'在Powershell中返回了版本。然后我就可以运行truffle.cmd init,它没有装箱松露,没有任何问题。