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:

  1. Make the necessary changes to your plugin code.

  2. Run npm run pack to create a new zip file.

  3. Upload the updated zip file to the Marketplace UI.

If the error persists, contact marketplace@framer.com for assistance.