Plugin version already exists
I’m encountering an error message stating, “This plugin version already exists.” Why is this happening?
If you are seeing this error, it means you are attempting to upload a plugin zip file that is identical to one you have previously uploaded. To avoid this, ensure that you always run npm run pack
after making updates to your plugin. This command generates a new plugin zip file. Once the new zip is created, upload it to the marketplace.
Make the required changes to your Plugin code.
Run
npm run pack
again to update the zip.Upload the new zip to the Marketplace UI.
If you are still encountering this error feel free to reach out to marketplace@framer.com