sh: tailwindcss: command not found #4953
Replies: 4 comments 9 replies
-
Try to delete your node_module and reinstall all the package. |
Beta Was this translation helpful? Give feedback.
-
If your computer is MacOS, run brew install tailwindcss |
Beta Was this translation helpful? Give feedback.
-
I thought |
Beta Was this translation helpful? Give feedback.
-
npm install -D tailwindcss@3 postcss autoprefixer It worked after running this command and add in index.css |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use TailwindCSS, but I can't
Everytime I put npx tailwindcss -o tailwind.css, the bash gives me a: sh: tailwindcss: command not found
The steps I follow are:
I have had use npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
And also npm i -D tailwindcss
npx tailwindcss -o tailwind.css
It gives me: sh: tailwindcss: command not found
Beta Was this translation helpful? Give feedback.
All reactions