Sui CLI is not working!

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:

  1. Upgrade Rust
rustup update stable
  1. Try to install sui from another branch. For example testnet:
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui