Hot Reload not working
Answered
Pacific thread herring posted this in #help-forum
Pacific thread herringOP
I'm trying to make a shad cn ui next js app but hot reload wont work, Dont know what im doing wrong. can someone tell me what might the the cause.
Edit: Yes I'm running it in dev mode with
Here are the commands I ran to get the app up and running
Edit: Yes I'm running it in dev mode with
npm run devHere are the commands I ran to get the app up and running
npx create-next-app@latest . --typescript --tailwind --eslint
npx shadcn-ui@latest init
npm i framer-motion clsx tailwind-mergeAnswered by Pacific thread herring
Turns out WSL was the problem, I used powershell and it functions just fine
1 Reply
Pacific thread herringOP
Turns out WSL was the problem, I used powershell and it functions just fine
Answer