We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Primefaces! When i run
prime pf2tw
with primeclt installed it throws me error
bash: prime: command not found
what is the reason?
My Environment: "primevue": "^4.0.1", "primeflex": "^3.3.1", "tailwindcss": "^3.4.4", "tailwindcss-primeui": "^0.3.4",
Running on Windows 11 with Windows terminal using Git Bash
The text was updated successfully, but these errors were encountered:
It looks like, you don't have primeclt installed.
Sorry, something went wrong.
You need to install it globally with -g not just by adding it to your package.json file.
npm install -g primeclt
As documented here: https://primevue.org/guides/primeflex/#migration
No branches or pull requests
Hi Primefaces!
When i run
with primeclt installed it throws me error
what is the reason?
My Environment:
"primevue": "^4.0.1",
"primeflex": "^3.3.1",
"tailwindcss": "^3.4.4",
"tailwindcss-primeui": "^0.3.4",
Running on Windows 11 with Windows terminal using Git Bash
The text was updated successfully, but these errors were encountered: