엘련(Jisu Kim)

Results 3 comments of 엘련(Jisu Kim)

This is working as I expected. Thank you.

As a temporary measure, configure the "services.sync.addons.ignoreUserEnabledChanges" option prevents synchronization of add-ons enabled changes. https://wiki.mozilla.org/Services/Sync/Addon_Sync#Can_I_have_different_enabled_states_on_different_machines.3F

I solved it as follows: ```json5 "resolutions": { "vite": "^5.0.0" // Same version as vite installed in devDependencies } ```