我正在安装以太网开发所需的一些模块/软件包,之前我安装了truffle和testrpc,我可以从PowerShell中运行它们。我现在突然无法运行,因为它说“testrpc”未被识别为cmdlet,并且“truffle”未被识别为cmdlet。我会很感激有关如何/为何如此发生以及如何解决它的一些帮助。我也试过重启我的设备,但这没有帮助。 Error produced when I run the script/command
答案 0 :(得分:0)
如果以前工作正常,卸载并重新安装松露应该可行。 npm uninstall -g truffle npm install -g truffle
如果这不起作用,下面就可以了。
run npm init #this will make a new npm project particularly package.json
run npm i truffle #this will download node modules
run ./node_modules/.bin/truffle init #this will create a truffle project