minor / plutonium

A Next.js template styled with TailwindCSS
https://plutonium.saurish.com
64 stars 20 forks source link

npm install errors #2

Closed 1NoobDev closed 1 year ago

1NoobDev commented 1 year ago

Following the installation steps:

$ git clone https://github.com/minor/plutonium.git $ cd plutonium $ yarn (or npm install) $ yarn dev (or npm run dev)

D:\Development\NextJS\plutonium>npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: plutonium@0.1.0
npm ERR! Found: next@11.0.0
npm ERR! node_modules/next
npm ERR!   next@"^11.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer next@"^8.1.1-canary.54 || ^9.0.0 || ^10.0.0" from next-seo@4.24.0
npm ERR! node_modules/next-seo
npm ERR!   next-seo@"^4.24.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.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! C:\Users\noob_013\AppData\Local\npm-cache\_logs\2023-06-08T09_53_21_882Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: C:\Users\noob_013\AppData\Local\npm-cache\_logs\2023-06-08T09_53_21_882Z-debug-0.log
minor commented 1 year ago

Thanks for bringing this up! I hadn't gotten the opportunity to update this template yet. https://github.com/minor/plutonium/commit/2f4c5ca03973feb7935e3ee8871c3c882ca70394 should fix this — let me know if you're still having any trouble with this template.