kpop-stack icon indicating copy to clipboard operation
kpop-stack copied to clipboard

Issue with Tailwind on a fresh install

Open brittneypostma opened this issue 3 years ago • 4 comments
trafficstars

I was running through the flow with the "Deploy to Netlify" button on a Windows computer in WSL and after getting the Supabase environment variable setup I ran into a tailwind error running it locally. I was streaming on Twitch, so here is the timestamp where it happened and here are the changes I made to fix it. I did also install prisma, prisma client, and ts-node on this commit as well.

It was complaining that it could not resolve this import import tailwindStylesheetUrl from "./styles/tailwind.css";. But, as you can see in the video it was there.

I tried running another site I had setup the same way on a Macbook today and did not run into the same issues. From what I saw in the error everything appeared to be correctly linked, so I'm not sure if this is an issue that even needs to be resolved, but I wanted to bring it to your attention in case anyone else experiences it. image

brittneypostma avatar Aug 13 '22 14:08 brittneypostma

Thank you for reporting this @brittneypostma! I'll take a gander at it on Monday. I suspect it has something to do with the development scripts in particular since you didn't have this issue on the deployed experience right?

maxcell avatar Aug 13 '22 16:08 maxcell

Right, it worked deployed.

brittneypostma avatar Aug 13 '22 17:08 brittneypostma

yup, this just happened to me

code3z avatar Nov 08 '22 19:11 code3z

It doesn't actually seem to be broken I, reran it and it worked.

code3z avatar Nov 08 '22 19:11 code3z