c9s / typeloy

typeloy is a meteor application deployment tool written in typescript.
MIT License
25 stars 8 forks source link

Do not work on Ubuntu 19.04 #63

Open Testato opened 5 years ago

Testato commented 5 years ago

Deploy from a client with last Ubuntu version to an Ubuntu Bionic server do not work Same project deployed from a Win10 client works regularly

Bundle source: /tmp/Test-76dd5003-707b-4727-ac93-c37b6752bc88/bundle
buffer.js:177
      throw new ERR_INVALID_ARG_TYPE('string', 'string', arg);
      ^

TypeError [ERR_INVALID_ARG_TYPE]: The "string" argument must be of type string. Received type number
    at new Buffer (buffer.js:177:13)
    at Readable.<anonymous> (/usr/local/lib/node_modules/typeloy/node_modules/archiver/lib/util/index.js:32:15)
    at Readable.emit (events.js:189:13)
    at endReadableNT (_stream_readable.js:1103:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)