saya tidak bisa instal tailwind nya di laravel setelah saya tekan enter di terminal muncul tulisan : npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + npm install -D tailwindcss postcss autoprefixer + ~~~ + CategoryInfo : ObjectNotFound: (npm:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Has anyone had problems with not compiling correctly. I see the html without the tailwind styling. Running compiles everything fine. I double checked the Tailwindcss installation with the video.
yes this is the same problem that I am facing. also added @vite('resources/css/app.css'). Fixed: in terminal run npm run dev and then the project will support tailwind
Install Tailwind CSS - Laravel 11 tutorial for beginners.
Please continue in this tutorial about tailwind ❤
saya tidak bisa instal tailwind nya di laravel setelah saya tekan enter di terminal muncul tulisan :
npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ npm install -D tailwindcss postcss autoprefixer
+ ~~~
+ CategoryInfo : ObjectNotFound: (npm:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
My nav Is a opposte color BG Why?
Hi , Tony We want videos on Laravel + React
Has anyone had problems with not compiling correctly. I see the html without the tailwind styling. Running compiles everything fine. I double checked the Tailwindcss installation with the video.
have you add @vite('resources/css/app.css')
on html file
yes this is the same problem that I am facing. also added @vite('resources/css/app.css').
Fixed: in terminal run npm run dev and then the project will support tailwind