Reactjs sh:1:顺风:运行npm启动时未找到

Reactjs sh:1:顺风:运行npm启动时未找到,reactjs,tailwind-css,Reactjs,Tailwind Css,嗨,我用react配置了tailwind css,但在运行npm start sh:1:tailwind:not found时一直出现错误 demo@0.1.0启动/主页/塔瑞克/文件/动力钳/tripcanvas评估 npm运行顺风:css&&react脚本启动 demo@0.1.0顺风:css/home/tarek/Documents/Tong/tripcanvas评估 tailwind build src/css/tailwind.src.css-c tailwind.js-o src/c

嗨,我用react配置了tailwind css,但在运行npm start sh:1:tailwind:not found时一直出现错误

demo@0.1.0启动/主页/塔瑞克/文件/动力钳/tripcanvas评估 npm运行顺风:css&&react脚本启动

demo@0.1.0顺风:css/home/tarek/Documents/Tong/tripcanvas评估 tailwind build src/css/tailwind.src.css-c tailwind.js-o src/css/tailwind.css

sh: 1: tailwind: not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! demo@0.1.0 tailwind:css: `tailwind build src/css/tailwind.src.css -c  tailwind.js -o src/css/tailwind.css`
npm ERR! spawn ENOENT
npm ERR! 
npm ERR! Failed at the demo@0.1.0 tailwind:css 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!     /home/tarek/.npm/_logs/2019-07-26T06_27_45_711Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! demo@0.1.0 start: `npm run tailwind:css && react-scripts start`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the demo@0.1.0 start 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!     /home/tarek/.npm/_logs/2019-07-26T06_27_45_757Z-debug.log

你能给我们看看你的package.json吗


你安装过脚本吗
npm
纱线

给我们更多的代码来处理doc。