Skip to content
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

please avoid using @strapi/core #42

Open
y-nk opened this issue Jun 6, 2024 · 0 comments
Open

please avoid using @strapi/core #42

y-nk opened this issue Jun 6, 2024 · 0 comments

Comments

@y-nk
Copy link

y-nk commented Jun 6, 2024

it is not meant to be used, i think. we can see only this plugin and strapi, as a "v5 experiment" is using it.

https://github.com/search?q=%22name%22:+%22@strapi/core%22&type=code

on a more serious note of why it's not good to use it: it pulls updated versions in installations which are not up to date, and messing up with pinned versions to the point of having to list all deps of @strapi/core with their expected pinned version in package.json overrides.

  1. install strapi@4.14
  2. install plugin
  3. plugin installs @strapi/core:*
  4. @strapi/core:* installs @strapi/admin@latest
  5. @strapi/admin@latest installs @strapi/strapi@latest

→ runtime issue

@y-nk y-nk changed the title do not use @strapi/core please avoid using @strapi/core Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant