-
-
Notifications
You must be signed in to change notification settings - Fork 195
i get bunch of errors when i run npm i #225
Comments
do |
I have updated the docs. So basically you need to install yarn using
and then do
|
this is what i got from running "yarn build"
|
Same issue, Has this been resolved? |
Had the same issue. Fixed it by ignoring all the ESLint errors by updating next.config.js in the frontend folder:
|
Works This Way |
C:\Users\Pixel\Documents\anime.web\animeflix>npm i
[#########.........] | idealTree:tsconfig: timing idealTree:node_modules/wrap-ansi/node_modules/ansi-regex Completed in [#########.........] | idealTree:tsconfig: timin[#########.........] - idealTree:tsconfig: timing idealTree:node_modulesnpm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: @animeflix/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"^18.2.0" from @animeflix/[email protected]
npm ERR! frontend
npm ERR! @animeflix/[email protected]
npm ERR! node_modules/@animeflix/frontend
npm ERR! workspace frontend from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^17.0.0" from @vime/[email protected]
npm ERR! node_modules/@vime/react
npm ERR! @vime/react@"^5.3.0" from @animeflix/[email protected]
npm ERR! frontend
npm ERR! @animeflix/[email protected]
npm ERR! node_modules/@animeflix/frontend
npm ERR! workspace frontend 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\Pixel\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\Pixel\AppData\Local\npm-cache_logs\2022-08-02T19_09_07_896Z-debug-0.log
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: