If you know anything PLS help it looks so cool
Hey @shanejumelet ! I'm so glad you're excited to take the tutorial, and thanks for posting about this!
Are you running into any specific issues when you try to run the tutorial with Next.js 15?
If you're getting dependency issues when installing some of the libraries (namely around three.js and r3f) you should be able to solve it by running npm config set legacy-peer-deps true in the root of your project. Or you could do it manually by adding a .npmrc file to the root of your project that just says legacy-peer-deps=true.
If that's not the issue, let me know and I'd be happy to help!
Yes at the begin it wont import the css file thank you
Hey @shanejumelet , I think that might be more of a tailwind issue from what you're describing. Nothing changed in the way Next.js handles CSS between those two versions, but we did get a new version of tailwind.
Install version 3, the version the tutorial uses by following these docs:
Thank you for helping i can try again but i did think i install tailwind css v3.
Hi @shanejumelet,
Can you please provide more detailed information about the errors that you are seeing?
- Exact errors
- Console logs
- Screenshots
- package.json
Thank you.
Hi thank you for helping but i did it again but now with postcss and autoprefixer just like in the tutorial and now tailwindcss works thanks for helping