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
Update your package.json. Change "next-multipart": "^0.5.1", to "next-multiparty": "^0.7.0",. Then run npm install again. Same author, same package, but the latter supports Next 13.
While trying to install locally with npm install I get
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: headshots-ai-by-leap@undefined
npm ERR! Found: next@13.4.19
npm ERR! node_modules/next
npm ERR! next@"13.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer next@"^12.0.7" from next-multipart@0.5.1
npm ERR! node_modules/next-multipart
npm ERR! next-multipart@"^0.5.1" 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.
The text was updated successfully, but these errors were encountered: