I’m quite new to web development and have never used tailwind before. So i wanted to learn tailwind with using the nextJS. I created a new project using the npx create-next-app@latest
and choose the option that includes the tailwind package. After the project is created, i tried to run the project using the npm run dev
without touching the codes, and i get this error:
enter image description here
I haven’t tried anything yet because i really don’t know what i should change or add to the project so that it would run. Can anyone kindly help me figure what’s the problem?
thank you!
noobtechboy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.