mehwww / oss-sync

阿里云OSS同步工具
52 stars 16 forks source link

osync Command Run ok in Terminal, But not Run as Cron Job. #12

Open jonahfang opened 8 years ago

jonahfang commented 8 years ago

I use ubuntu 14.04 and nodejs v5.6.x.

jonahfang commented 8 years ago

出错信息为:

usr/lib/node_modules/oss-sync/lib/progress.js:104
    this.stream.clearLine();
                ^
TypeError: this.stream.clearLine is not a function

/usr/lib/node_modules/oss-sync/lib/progress.js, 注释掉104,105两行后问题解决