-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: Plugin init fails due to dependency conflict #68
Comments
Having the same issues :'( |
Getting the same error and cannot create a new plugin on my project even with a fresh install / new project NPM version: 10.9.0 |
So whats the workaround until its fixed? |
Great thanks @jhoward1994 , when can we expect a release ? :) |
We always do our releases every Wednesday but were on a change freeze for the holidays, should resume next week. |
What version of
@strapi/sdk-plugin
are you using?NPM version: 10.5.0
Node version: v20.12.0
SDK version: 5.2.7
What's Wrong?
When the init script reaches the
npm install
phase, it fails due to a dependency tree conflict:To Reproduce
Simply run
npx @strapi/sdki-plugin init plugin-name
Expected Behaviour
Init utility completes correctly
The text was updated successfully, but these errors were encountered: