If the project has symlinks, then tartifacts can fails with error:
Error: size mismatch
at Sink.<anonymous> (/Users/blond/projects/granny/node_modules/tar-stream/pack.js:174:23)
at Sink.f (/Users/blond/projects/granny/node_modules/once/once.js:25:25)
at Sink.onfinish (/Users/blond/projects/granny/node_modules/end-of-stream/index.js:30:27)
at emitNone (events.js:110:20)
at Sink.emit (events.js:207:7)
at finishMaybe (/Users/blond/projects/granny/node_modules/readable-stream/lib/_stream_writable.js:607:14)
at endWritable (/Users/blond/projects/granny/node_modules/readable-stream/lib/_stream_writable.js:615:3)
at Sink.Writable.end (/Users/blond/projects/granny/node_modules/readable-stream/lib/_stream_writable.js:571:41)
at ReadStream.onend (_stream_readable.js:598:10)
at Object.onceWrapper (events.js:314:30)
Versions
tartifacts: 2.0.0-6 Node.js: 8.4.0
Options
followSymlinks: true
Error Log
If the project has symlinks, then
tartifacts
can fails with error: