npm install throws below error messages to console log ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: next-13@0.1.0 npm ERR! Found: next@13.0.3 npm ERR! node_modules/next npm ERR! next@"^13.0.1-canary.3" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer next@"^12.2.5" from next-auth@4.14.0 npm ERR! node_modules/next-auth npm ERR! next-auth@"4.14.0" 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. ``` probably, change version to next@"^13.0.3" from next@"^13.0.1-canary.3" and "next-auth": to "4.16.4", will work.
npm install throws below error messages to console log
probably, change version to next@"^13.0.3" from next@"^13.0.1-canary.3" and "next-auth": to "4.16.4", will work.