-
|
After I run:
|
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Nov 27, 2025
Replies: 2 comments
-
|
The If you are trying to use v3, ensure the version qualifier is used: $ npm install -D tailwindcss@3 postcss autoprefixer
$ npx tailwindcss init -p |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lizzary
-
|
Reference: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The
initcommand 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: