LoginSignup
1
0

More than 3 years have passed since last update.

npm install -g truffle, truffle init が使えない時の解決方法

Posted at

npm install -g truffleがインストール出来ずgit initが使えないときの解決方法

ターミナル上のエラーコード

- Fetching solc version list from solc-bin. Attempt #1
+ truffle@5.1.39
updated 1 package in 6.707s 

解決方法

-g がインストールできるようにPATHを通す必要がある。

$ export PATH=$PATH:`npm bin -g`

$ truffle version でバージョンが表示されたら完了

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0