Skip to content

Unable to Run npx tailwindcss init -p - "Could Not Determine Executable to Run" #15820

Answered by wongjn
abderrahimlaribi asked this question in Help
Discussion options

You must be logged in to vote

The init command no longer exists in v4. Consider checking the installation documentation that is most relevant to your project to integrate Tailwind v4.

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

$ npm install -D tailwindcss@3 postcss autoprefixer
$ npx tailwindcss init -p

Replies: 4 comments 20 replies

Comment options

You must be logged in to vote
14 replies
@Pushkar026
Comment options

@MrHanestein
Comment options

@nicoderr
Comment options

@Rohit02Jaiswal
Comment options

@jhzrmx
Comment options

Answer selected by abderrahimlaribi
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@wongjn
Comment options

@KaiZenSpace
Comment options

@jishnupn04
Comment options

@wongjn
Comment options

Comment options

You must be logged in to vote
2 replies
@MondaSamuel
Comment options

@sturmenta
Comment options

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