Plugin version already exists
I’m encountering an error message stating, “This plugin version already exists”. Why is this happening?
This error occurs when you try to upload a plugin zip file identical to one you’ve previously uploaded. To resolve this, ensure you create a new zip file after updating your plugin by running npm run pack
. This generates an updated plugin zip file, which you can then upload.
Steps to fix the issue:
Make the necessary changes to your plugin code.
Run
npm run pack
to create a new zip file.Upload the updated zip file to the Marketplace UI.
If the error persists, contact marketplace@framer.com for assistance.