试图创建我的第一个node.js应用程序:/ bin / sh:1:fpm:not found

时间:2015-12-04 09:59:55

标签: node.js nw.js

我按照这个步骤创建了我的第一个node.js应用程序:

https://www.codementor.io/javascript/tutorial/how-to-create-cross-platform-desktop-apps-with-nwjs

问题:运行klout/dist之后,在gulp pack:linux64:deb目录中找不到任何帮助?

这是gulp pack:linux64:deb之后的输出:

https://gist.github.com/Ziiweb/ac0708acf689b7d6491d

这是gulp build:linux64

之后的输出

https://gist.github.com/Ziiweb/65104ee6f7f109f3a41e

1 个答案:

答案 0 :(得分:2)

根据您提供的日志,fpm缺失。您必须全局安装它才能通过

进行构建
npm install -g fpm