Top.Mail.Ru
Ответы

Не работает tailwindcss

При команде npx tailwindcss init выдается ошибка
вот лог

12345678910111213141516171819202122232425262728
 0 verbose cli C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js 
1 info using npm@10.9.2 
2 info using node@v22.14.0 
3 silly config load:file:C:\Program Files\nodejs\node_modules\npm\npmrc 
4 silly config load:file:C:\Users\VLADISLAV\Desktop\he_tracker\he-tracker\.npmrc 
5 silly config load:file:C:\Users\VLADISLAV\.npmrc 
6 silly config load:file:C:\Users\VLADISLAV\AppData\Roaming\npm\etc\npmrc 
7 verbose title npm exec tailwindcss init 
8 verbose argv "exec" "--" "tailwindcss" "init" 
9 verbose logfile logs-max:10 dir:C:\Users\VLADISLAV\AppData\Local\npm-cache\_logs\2025-03-28T19_09_07_025Z- 
10 verbose logfile C:\Users\VLADISLAV\AppData\Local\npm-cache\_logs\2025-03-28T19_09_07_025Z-debug-0.log 
11 silly logfile start cleaning logs, removing 1 files 
12 silly logfile done cleaning log files 
13 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368 
14 verbose stack Error: could not determine executable to run 
14 verbose stack     at getBinFromManifest (C:\Program Files\nodejs\node_modules\npm\node_modules\libnpmexec\lib\get-bin-from-manifest.js:17:23) 
14 verbose stack     at exec (C:\Program Files\nodejs\node_modules\npm\node_modules\libnpmexec\lib\index.js:202:15) 
14 verbose stack     at async Npm.exec (C:\Program Files\nodejs\node_modules\npm\lib\npm.js:207:9) 
14 verbose stack     at async module.exports (C:\Program Files\nodejs\node_modules\npm\lib\cli\entry.js:74:5) 
15 verbose pkgid tailwindcss@4.0.17 
16 error could not determine executable to run 
17 verbose cwd C:\Users\VLADISLAV\Desktop\he_tracker\he-tracker 
18 verbose os Windows_NT 10.0.19045 
19 verbose node v22.14.0 
20 verbose npm  v10.9.2 
21 verbose exit 1 
22 verbose code 1 
23 error A complete log of this run can be found in: C:\Users\VLADISLAV\AppData\Local\npm-cache\_logs\2025-03-28T19_09_07_025Z-debug-0.log