我想尝试Tailwind CSS,但是启动“ npm run build”时遇到一个问题。 控制台返回:找不到tailwind命令。但是我成功安装了它。
我升级Node和npm。
此错误消息:
OnePage@1.0.0构建/ Users / ted / Documents / Dweb / HTML:CSS / Projets / OnePage tailwind build src / css / tailwind.css -o dist / css / tailwind.css
sh: tailwind: command not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! OnePage@1.0.0 build: `tailwind build src/css/tailwind.css -o dist/css/tailwind.css`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the OnePage@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/ted/.npm/_logs/2019-06-15T18_11_03_382Z-debug.log
iMac-de-Ted:OnePage ted$ sudo npm run start
npm ERR! missing script: start
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/ted/.npm/_logs/2019-06-15T18_13_18_897Z-debug.log
------------------------------------------------------------------
这是我的错误日志:
如果以ok结尾的信息,则可以正常运行
1详细cli ['/ usr / local / bin / node','/ usr / local / bin / npm','run', 'build']信息,使用npm@6.9.0
使用node@v12.4.0的3条信息
4个详细的运行脚本['prebuild','build','postbuild']
5个信息生命周期OnePage@1.0.0~prebuild:OnePage@1.0.0
6个信息生命周期OnePage@1.0.0~build:OnePage@1.0.0
7个详细的生命周期OnePage@1.0.0~build:生命周期中的unsafe-perm为真
8个详细生命周期OnePage@1.0.0~build:PATH: / usr / local / lib / node_modules / npm / node_modules / npm-lifecycle / node-gyp-bin:/ Users / ted / Documents / Dweb / HTML : CSS / Projets / OnePage / node_modules / .bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/ usr / local / bin:/ usr / bin:/ bin:/ usr / sbin:/ sbin >
9个详细生命周期OnePage@1.0.0~build:CWD: / Users / ted / Documents / Dweb / HTML:CSS / Projets / OnePage
10个傻生命周期OnePage@1.0.0~build:Args:[10个傻生命周期
'-c',10个愚蠢的生命周期'tailwind build src / css / tailwind.css -o dist / css / tailwind.css的10个愚蠢的生命周期]
11信息生命周期OnePage@1.0.0~build:无法执行构建脚本12 详细堆栈错误:OnePage@1.0.0构建:
tailwind build src/css/tailwind.css -o dist/css/tailwind.css
12个详细堆栈生成ENOENT
ChildProcess上的12个详细堆栈。 (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:48:18)
ChildProcess.emit上的12个详细堆栈(events.js:200:13)
maybeClose(internal / child_process.js:1021:16)的12个详细堆栈
Process.ChildProcess._handle.onexit上的12个详细堆栈 (internal / child_process.js:283:5)
13详细的pkgid OnePage@1.0.0
14冗长的cwd / Users / ted / Documents / Dweb / HTML:CSS / Projets / OnePage
15详细的达尔文18.6.0
16个详细argv“ / usr / local / bin / node”“ / usr / local / bin / npm”“运行” “构建”
17个详细节点v12.4.0
18详细的npm v6.9.0
19个错误文件sh
20个错误代码ELIFECYCLE
21错误errno ENOENT
22错误的系统调用生成
23错误的OnePage@1.0.0构建:
tailwind build src/css/tailwind.css -o dist/css/tailwind.css
23错误产生ENOENT
24错误OnePage@1.0.0构建脚本失败。
24错误npm可能不是问题。有可能 上面的其他日志输出。 25详细出口[1,true]