Truffle
truffle init 命令出錯,quorum
我正在嘗試松露一個項目,但每次它都會向我顯示此消息,而我確信我成功安裝了松露。
vagrant@ubuntu-xenial:~/quorum-examples$ cd project vagrant@ubuntu-xenial:~/quorum-examples/project$ truffle init truffle: command not found
我的ubuntu機器版本是16.04
您應該全域安裝 truffle 以避免出現以下問題: npm install -g truffle。如果您想在本地安裝它,您應該使用以下命令指定松露根:./node_modules/.bin/truffle init
或將路徑添加到 ~/.profile 或 ~/.bashrc
qourum-examples 是一個普通的 ubuntu 虛擬機。任何缺少的東西,包括 node、npm、truffle 和 co 都應該首先安裝。