-
Notifications
You must be signed in to change notification settings - Fork 70
Description
¡Buenos días! 😃
Quiero probar el funcionamiento de este repo probando instalar las dependencias usando npm install y se genera un conflicto de dependencias:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: pency-next@0.1.0
npm ERR! Found: eslint-plugin-react-hooks@3.0.0
npm ERR! node_modules/eslint-plugin-react-hooks
npm ERR! dev eslint-plugin-react-hooks@"^3.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint-plugin-react-hooks@"1.x || 2.x" from eslint-config-react-app@5.2.1
npm ERR! node_modules/eslint-config-react-app
npm ERR! dev eslint-config-react-app@"^5.2.1" 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.
¿Hay alguna solución para lo que sucede aquí?
¡Un saludo! 😄