Sui CLI is not working!
- sui
- Sui Global Sui Global
Expert
Whenever I run the following commands there is no output.
sui move test
sui move build
I tried re-running the following command to re-install sui but it didn't helped.
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet sui
System : Windows 11 Sui Version : 1.6.0-7612fbe00-dirty
Answers 1
Few ideas to try:
- Upgrade Rust
rustup update stable
- Try to install
sui
from another branch. For exampletestnet
:
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui