>我正在尝试安装"Yeogurt Generator" https://github.com/larsonjj/generator-yeogurt
使用命令:npm 运行构建 我收到以下错误:
sample@0.0.1 build C:\xxx\yeogurt NODE_ENV=生产NPX吞噬--生产
Der Befehl "NODE_ENV" ist entweder falsch geschrieben oder Konnte nicht gefunden werden. 呵呵!代码电子生命周期 呵呵!errno 1 呵呵!sample@0.0.1 内部版本:NODE_ENV=production npx gulp --production
呵呵!退出状态 1
我正在使用: - 视窗 10 专业版 - npm 版本6.10.2 - 节点版本 12.8.0 - 哟3.1.0版本
有什么帮助吗?
似乎build
脚本是为 Linux 编写的。
对于窗口,它应该是:
SET NODE_ENV=production
npx gulp --production