useWorker icon indicating copy to clipboard operation
useWorker copied to clipboard

NPM Error

Open agboola-osho opened this issue 1 year ago • 1 comments

When I try to install the package I get this 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@"^18.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.8.0" from @koale/[email protected] npm ERR! node_modules/@koale/useworker npm ERR! dev @koale/useworker@"*" 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 C:\Users\obaag\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\obaag\AppData\Local\npm-cache_logs\2023-03-15T13_08_14_208Z-debug-0.log

please resolve ASAP

agboola-osho avatar Mar 15 '23 13:03 agboola-osho

try forcing it npm install -S @koale/useworker --force

monski avatar Mar 24 '23 01:03 monski