How to specify version for plugin? #13959
Unanswered
The-MadHoney
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is it possible to specify a version when running the command npx create-medusa-app my-plugin --plugin?
I tried:
npx [email protected] my-plugin --plugin
or
npx create-medusa-app my-plugin --plugin --version 2.9.0
npx create-medusa-app [email protected] --plugin --version 2.9.0
but I got the same result — the created plugin uses the latest version (2.11.2).
Beta Was this translation helpful? Give feedback.
All reactions