npx create-next-app@latest problem
Answered
Dwarf Hotot posted this in #help-forum
Dwarf HototOP
Anyone has also problems with next.js 15 and their install command? When I run npx create-next-app@latest it doesn’t provide some of the files like tailwind.config.ts after choosing to use tailwind. I noticed that in 1 youtube tutorial he runs the command twice once he gets all the files and then he doesn't get some of them like I do without tailwind.config.ts even though he uses the same command and options in both cases. Any idea of why this happens and fix?
provided screenshots are from the tutorial
provided screenshots are from the tutorial
Answered by Asian black bear
This is not a bug. Tailwind v4 no longer uses the TypeScript config file.
4 Replies
Asian black bear
This is not a bug. Tailwind v4 no longer uses the TypeScript config file.
Answer
Dwarf HototOP
And how to use custom classes and another tailwind config? Anyway thanks for help
Asian black bear
You should check the Tailwind v4 docs which describe how to customize it.
Dwarf HototOP
Ye that's a good idea thanks for help