ZenVoich / mops

Package manager for the Motoko programming language
https://mops.one
MIT License
35 stars 3 forks source link

Mops not compatible with Mocv #195

Closed tiagoicp closed 6 months ago

tiagoicp commented 6 months ago

Hi ZenVoich,

Hope you had a joy-full Christmas.

On a repo pipeline am having issues with this new error: "Mops is not compatible with mocv. Please uninstall mocv and try again."

The pipeline wants to ensure the motoko compiler is at 0.10.2 version, and installs mocv for that.

Then installs MOPS and produces that error. I am aware that you wanted to migrate mocv to mops, if so, how do you recommend to call the "mocv use 0.10.2"?

I tried "mops help" but couldn't identify any command associated with this.

Thanks for your help 🙏

ZenVoich commented 6 months ago

Hi @tiagoicp !

how do you recommend to call the "mocv use 0.10.2"?

mops toolchain use moc 0.10.2 should be enough

More docs https://docs.mops.one/cli/toolchain

tiagoicp commented 6 months ago

Awesome, thanks for the quick reply (as always)!