Post
Share your knowledge.
How to fix 'Failed to publish Move module' error?
I'm trying to publish a Move module but I keep getting this error: 'Failed to publish the Move module(s), reason: Multiple source verification errors found: Local dependency did not match its on-chain version at 0000000000000000000000000000000000000000000000000000000000000001::MoveStdlib::vector'. How can I fix this?
- Move CLI
- Move
Answers
1Try using the flag --skip-dependency-verification
. However, be cautious as this might lead to issues later on. Make sure your CLI sui version is updated. You can update it using Homebrew with brew install sui
or using Cargo with: cargo install --locked --git https://github.com/MystenLabs/sui.git --branch framework/testnet sui --features tracing
.
Do you know the answer?
Please log in and share it.
Move is an executable bytecode language used to implement custom transactions and smart contracts.

- ... SUIderiss+5
- ... SUIRamirez+5
- ... SUIElvin CLONE +5
- ... SUI
- ... SUI
- ... SUI
- ... SUIBritain+2