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:
Make the necessary changes to your plugin code.
Run
npm run packto generate a new zip file.Upload the updated zip file in the Creator Dashboard.
For additional assistance or specific questions about plugins, email us at creators@framer.com.
Why am I seeing the 'Plugin version already exists' error when uploading my Framer plugin?
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.
How do I resolve the 'Plugin version already exists' error in Framer?
To fix the error message, make the necessary changes to your plugin code, run 'npm run pack' to generate a new zip file, and then upload the updated zip file in the Creator Dashboard.
Who can I contact for help with plugin upload issues in Framer?
For additional assistance or specific questions about plugins, email us at creators@framer.com.
Updated