-
0 verbose cli C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
v4 of Tailwind (the default) doesn't have an executable. You'd use the |
Beta Was this translation helpful? Give feedback.
v4 of Tailwind (the default) doesn't have an executable. You'd use the
@tailwindcss/cli
package for v4. If you meant to use v3, you'd need to explicitly specify it liketailwindcss@3
.