You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ npm install strapi-auto-uuid
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/styled-components
npm ERR! styled-components@"5.3.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer styled-components@"5.3.10" from [email protected]
npm ERR! node_modules/strapi-auto-uuid
npm ERR! strapi-auto-uuid@"*" 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.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! /Users/monolithed/.npm/_logs/2023-12-09T20_31_40_841Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: /Users/monolithed/.npm/_logs/2023-12-09T20_31_40_841Z-debug-0.log
➜ npm -v
10.1.0
➜ node -v
v20.9.0
The text was updated successfully, but these errors were encountered:
get a different dependency error after upgrading to strapi 4.16.2.
Have fixed strapi-auto-uuid by changing package peer dependency from "5.3.10" to "^5.3.10" and published to npm registry
npm i strapi-auto-uuid-fixed
Found: [email protected]
npm ERR! node_modules/styled-components
npm ERR! styled-components@"^5.3.11" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer styled-components@"5.3.10" from [email protected]
npm ERR! node_modules/strapi-auto-uuid
npm ERR! strapi-auto-uuid@"*" from the root project
➜ npm -v
10.1.0
➜ node -v
v20.9.0
The text was updated successfully, but these errors were encountered: