Plugin version already exists

This article explains why you see the error message “This plugin version already exists” and how to fix it.

This error happens when you try to upload a plugin zip that is identical to a previously uploaded version. To fix this, you need to create a new zip file after updating your plugin by running npm run pack. This command generates an updated plugin zip file that you can upload.

To fix the error message, follow these steps:

  1. Make the necessary changes to your plugin code.

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

  3. Upload the updated zip file in the Creator Dashboard.

For additional assistance or specific questions about plugins, email us at creators@framer.com.