Cannot resolve 'tailwindcss' modules
I have been at this since yesterday going in circles on how to fix this. From adding a netlify custom build command, upgrading tailwindcss to v4, down to v3, and everything in between. pnpm build perfectly fine on my device and pnpm install perfectly fine with no errors on my device, but netlify keeps throwing exit code 2. Saying something about my package.json not having all the dependencies, but it literally does. Not sure what I should do to fix this.
Following the google drive tutorial btw
3 Replies
Absolutley getting cooked with this tutorial

Build succeeds locally but fails on netlify and vercel
used netlify cli and got it to pass locally
still fails on netlify
was just going in circles with dependencies, pnpm-lock, etc
Decided to just clone Theo's repo and then try to host that (aka work backwards) -- saw similar issues on build and just decided that I am going to start from scratch and do my own drive clone
Don't think its worth the time commitment locking myself into the tutorial -- instead will just follow the tutorial as a general framework for what technologies I should use and how to approach developing this