wiregui icon indicating copy to clipboard operation
wiregui copied to clipboard

Packages deprecated

Open williamzeni99 opened this issue 2 years ago • 1 comments

I downloaded your zip project and I did run 'npm install' but a lot of packages were deprecated.

willianzeni@pop-os:~/wiregui-master$ sudo npm install [sudo] password for willianzeni: 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@"^17.0.2" from the root project npm ERR! peer react@">=16.8.6" from @chakra-ui/[email protected] npm ERR! node_modules/@chakra-ui/icons npm ERR! @chakra-ui/icons@"^1.0.10" from the root project npm ERR! 2 more (@emotion/react, @emotion/styled) npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@">=18" from @chakra-ui/[email protected] npm ERR! node_modules/@chakra-ui/system npm ERR! peer @chakra-ui/system@">=1.0.0" from @chakra-ui/[email protected] npm ERR! node_modules/@chakra-ui/icons npm ERR! @chakra-ui/icons@"^1.0.10" 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 /root/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2023-01-21T11_11_48_161Z-debug-0.log

williamzeni99 avatar Jan 21 '23 11:01 williamzeni99

weird, you should have been able to install the current packages, maybe it tried to update some packages because there's no package-lock.json

try installing with yarn, since we have yarn.lock it should work

wuzi avatar Feb 26 '23 01:02 wuzi