我编写了一个节点应用程序,该应用程序在本地对我来说运行良好,但是当我尝试将其安装到nodejitsu时,得到的响应是:
C:\xampp\htdocs\officeball\node_scripts>jitsu install index_all.js
info: Welcome to Nodejitsu jt0dd1995
info: jitsu v0.13.9, node v0.10.23
info: It worked if it ends with Nodejitsu ok
info: Executing command install index_all.js
error: Sorry, index_all.js is not a node app
error: Error running command install index_all.js
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <[email protected]>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
C:\xampp\htdocs\officeball\node_scripts>
我是否需要编写一种特殊的方法才能使其与nodejitsu一起使用?
Here's the app
最佳答案
试着做
jitsu install
如果您有一个可以正常工作的
package.json
文件关于node.js - Nodejitsu表示我的应用程序不是“Node app”-是否有一种特殊的方式来编写Nodejitsu部署的 Node 应用程序?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/22928357/