Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tailwind ccs not installing in my project #19048

Unanswered
vikasbarhala asked this question in Help
Discussion options

whenever i tried to install tailwind error occured :
npm cannot find the Tailwind executable
this error comes when i try to run the command: npx tailwindcss init -p

You must be logged in to vote

Replies: 1 comment 1 reply

Comment options

The init command no longer exists in the most recent major version of Tailwind. Consider checking the installation documentation that is most relevant to your project to integrate Tailwind CSS properly.

If you are trying to use v3, ensure the version qualifier is used:

$ npm install -D tailwindcss@3 postcss autoprefixer
$ npx tailwindcss init -p
You must be logged in to vote
1 reply
Comment options

thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /