Hello,
When I try to deploy, I get the following error:
Meteor Up: Production Quality Meteor Deployments
Building Started: …/
buffer.js:74
throw new Error(
^
Error: If encoding is specified then the first argument must be a string
at new Buffer (buffer.js:74:13)
at Readable. (C:\Users\JUAN\AppData\Roaming\npm\node_modules\mupc
\node_modules\archiver\lib\util\index.js:32:15)
at emitNone (events.js:91:20)
at Readable.emit (events.js:185:7)
at endReadableNT (_stream_readable.js:974:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
I think that means, building the app fails but the app runs fine on my local computer.
Any ideas on how to fix this ?
Thanks