"sui move build" command does nothing

Hi, I’m new to sui and learning the move language, running
sui move build --version
gives me the version of sui-move-build, but actually building my app with
sui move build just does nothing.
I just updated my sui installation as suggested here → your-first-sui-dapp-error-e02004-when-building-the-package, but the problem persists.

Everything installed as per the move book and this is my first issue learning move.

4 Likes

@darkguardian3235 Is the issue resolved? Coz I’m getting the same issue.

2 Likes

I stopped and started learning rust go gain some familiarity, I’ve not gone back to sui move since

2 Likes

hey @Dravon how did you solve this? I am facing the same issue.

I deleted few move extensions on my IDE and then it worked. (Extensions were creating some path issues)

I see. Can you specify the names, if you remember.

As of now these are the only move extensions I am using👇

i removed the first and the second one i.e. Move syntax by Damir and the Move by Mysten Labs.

2 Likes

In my case if I remove the 2 first extensions then the commands won’t show anymore, also format won’t work anymore.