SublimeText / Sass

Sass and SCSS syntax for Sublime Text
https://packagecontrol.io/packages/Sass
MIT License
50 stars 8 forks source link

Incompatible package warning #100

Closed LeEnno closed 1 year ago

LeEnno commented 1 year ago

Since 3.0.0 I'm receiving this warning when starting Sublime:

The following incompatible package was found installed:

Sass

This is usually due to syncing packages across different machines in a way that does not check package metadata for compatibility.

Bildschirmfoto 2022-11-14 um 08 54 37

I don't actually do any syncing via Dropbox or anything else.
Is there anything I can do to get rid of this message?

braver commented 1 year ago

Uninstall the package, ensure nothing like it remains in the Packages directory, then re-install?

LeEnno commented 1 year ago

That did the trick. Thank you!

braver commented 1 year ago

Nice :) Weird though, but if that solves it 🤷🏻

LeEnno commented 1 year ago

Just another note on this one: I downgraded to Sublime build 4126 for other reasons. After updating to build 4143 again I got the SASS 3.0.0 post install message again and the incompatibility alert again.

braver commented 1 year ago

Oh, I think I get it. Newer builds for ST will get a newer version of Sass as well. Those older tags are set as being incompatible with certain version of ST to make that transition happen. It should automatically resolve itself 🤞🏻