Cringe-Studio / strapi-auto-uuid

Custom field plugin to automatically add manage uuid for your content types, inspired by @strapi-plugin-field-uuid
MIT License
12 stars 22 forks source link

Conflicts with peer dependencies #7

Open SheshoVega opened 1 year ago

SheshoVega commented 1 year ago

Strapi => 4.11.7

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: be-cms@0.1.0
npm ERR! Found: styled-components@5.3.3
npm ERR! node_modules/styled-components
npm ERR!   peer styled-components@"5.3.3" from @strapi/plugin-i18n@4.11.7
npm ERR!   node_modules/@strapi/plugin-i18n
npm ERR!     @strapi/plugin-i18n@"4.11.7" from the root project
npm ERR!   peer styled-components@"5.3.3" from @strapi/plugin-users-permissions@4.11.7
npm ERR!   node_modules/@strapi/plugin-users-permissions
npm ERR!     @strapi/plugin-users-permissions@"4.11.7" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! strapi-auto-uuid@"^0.0.8" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: styled-components@5.3.10
npm ERR! node_modules/styled-components
npm ERR!   peer styled-components@"5.3.10" from strapi-auto-uuid@0.0.8
npm ERR!   node_modules/strapi-auto-uuid
npm ERR!     strapi-auto-uuid@"^0.0.8" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Frknadgzl commented 1 year ago

have the same issue did you find anything out ?

SheshoVega commented 1 year ago

I was able to install the package with the force flag:

npm install strapi-auto-uuid --force

however, when the package is registered in the package.json and we tried to install all dependencies we got errors. It is no longer possible to install the dependencies.

autoblocs commented 1 year ago

I have the same problem. Did you guys find a solution?

SheshoVega commented 1 year ago

Nop, still waiting for a solution.

jklimonda commented 1 year ago

Hey, any updates?

NongBritee commented 1 year ago

Any updated?

SheshoVega commented 1 year ago

Nop, still waiting for a solution.

balkangame-dev commented 1 year ago

Hi, is there any update?