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
Follow the instructions in the readme for building on ubuntu.
When you run npm install you get the following error:
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/react
npm ERR! react@"^16.12.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"0.x" from [email protected]
npm ERR! node_modules/react-file-input
npm ERR! react-file-input@"^0.2.5" 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! See /home/[REDACTED]/.npm/eresolve-report.txt for a full report.
If you run with npm install --legacy-peer-deps, you get:
Steps to reproduce:
npm install --legacy-peer-deps
, you get:The text was updated successfully, but these errors were encountered: