我在AppFog上有一个 Nodejs 应用程序,想用这个连接到 ftp 服务器。
我确实npm install ftp
使用“Ruby 命令提示符”安装了它
这是唯一的代码行:
var FTPClient = require('ftp');
尝试启动应用程序时,它会引发错误:
Skipping npm-support: npm-shrinkwrap.json is not provided
我应该使用哪种服务器或有什么问题?
仍然没有开始:
Starting Application 'test007': .
Error: Application [test007] failed to start, logs information below.
====> /logs/staging.log <====
# Logfile created on 2013-03-09 10:37:09 +0000 by logger.rb/25413
Installing dependencies. Node version 0.8.14
Installing ftp@0.2.9 from local path
Installing xregexp@2.0.0 from local path
Installing node@0.0.0 from local path
Installing nodejs@0.0.1 from local path
但没有显示错误。
提前致谢