【发布时间】:2022-01-05 21:20:46
【问题描述】:
我已经在Visual Studio版本的终端安装了nodeJS:
v16.13.1
纱线
1.22.17
Ganache-cli
MacBook:web3_py_simple_storage myName$ yarn global add ganache-cli
warning ../package.json: No license field
[1/4] ???? Resolving packages...
[2/4] ???? Fetching packages...
[3/4] ???? Linking dependencies...
[4/4] ???? Building fresh packages...
success Installed "ganache-cli@6.12.2" with binaries:
- ganache-cli
✨ Done in 1.10s.```
BUT when I try to do `ganache-cli --version`, I always received the same msg `bash: ganache-cli: command not found`... I maybe think it's a path problem but I tried a lot and a lot of solution and still nothing..
I really thanks a lot in advance the guy who will help me !
【问题讨论】:
标签: python visual-studio installation terminal ganache