npx tailwindcss init not working in windows #14246
-
when I run npx tailwind css command in the terminal it shows npm error code ENOENT |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 9 replies
-
Does this only happen for Tailwind? What it you try to |
Beta Was this translation helpful? Give feedback.
-
where did you installed your tailwindcss package, i mean globally or just for a workbench/project, if globally then no need to use npx, just use tailwindcss init and it will work |
Beta Was this translation helpful? Give feedback.
-
Actually i just created an empty folder name 'npm' in C:\Users\cv\AppData\Roaming and npx tailwindcss init started working |
Beta Was this translation helpful? Give feedback.
-
Create tailwind config file manually |
Beta Was this translation helpful? Give feedback.
-
my is that the tailwind intellisence dont work |
Beta Was this translation helpful? Give feedback.
-
I am facing this errror, npx tailwindcss init -p The dependecies are installed successfully using this command npm install -D tailwindcss postcss autoprefixer, but I can't find the executable file in .bin |
Beta Was this translation helpful? Give feedback.
-
Then how i add extra font styles
…On Sun, 26 Jan, 2025, 10:36 am arshlaan haq, ***@***.***> wrote:
if your using vite react you don't have to do npx tailwind init and does
not have to create tailwind config file
https://tailwindcss.com/docs/installation/using-vite follow this link to
install tailwindcss
—
Reply to this email directly, view it on GitHub
<#14246 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BF65TRAPKD3ZHU54GVEOWZD2MRUNXAVCNFSM6AAAAABNBMYDI2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJVGU4TQOI>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I really dont know how to add new font file in new update without a config
file
…On Mon, 27 Jan, 2025, 11:38 pm arshlaan haq, ***@***.***> wrote:
Briefly read the documentation you will understand it. If not, feel free
to ask me.
—
Reply to this email directly, view it on GitHub
<#14246 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BF65TRDWFLI53NVXWLTNZZT2MZY3VAVCNFSM6AAAAABNBMYDI2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJXGMZTIMA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Actually i just created an empty folder name 'npm' in C:\Users\cv\AppData\Roaming and npx tailwindcss init started working