-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem installing dependencies #9
Comments
Will need to look into this! Sorry for the late reply on this. |
Hello! It looks like you're running into a common dependency conflict issue. The template you're using is built on an older version of Astro (2.10), and there's a mismatch with the newer dependencies, particularly @astrojs/tailwind. I had similar issues when working with this templates. Initially, I used the What worked for me was upgrading Astro to the latest version. Given that you're working with an older template, you might want to consider migrating to Astro v3. They have a comprehensive upgrade guide which should help you make the transition smoothly. I hope that helps! |
Hello everyone! looks like tailwindcss is missing as a dependency, like mentioned here: astro/tailwind - manual install. Also as @asmolinski said I upgraded all dependencies and then add tailwindcss, after that it worked. |
I'm having a similar issue, but only with the build on Netlify. I'll post my error message later when I get home. It's odd, because I'm able to build everything locally though. |
Hello!
I'm to stupid to install the dependencies. How do I do it?
With
npm install
I getThe text was updated successfully, but these errors were encountered: