As far as I can tell - due to unzip2 -> graceful-fs -> natives. The error is:
ReferenceError: internalBinding is not defined
at fs.js:25:1
at req_ (/.../source/static/node_modules/natives/index.js:137:5)
at Object.req [as require] (/.../source/static/node_modules/natives/index.js:54:10)
at Object.<anonymous> (/.../source/static/node_modules/unzip2/node_modules/graceful-fs/fs.js:1:99)
Other packages and unzip 0.2.7 depend on a newer (1 major version) version of graceful-fs.
Edit: unzip 0.2.7 isn't published on npm apparently
This also breaks on node 10 AFAICT, they backported the update that broke native in node 11 to the LTS version.
As far as I can tell - due to unzip2 -> graceful-fs -> natives. The error is:
Other packages and unzip 0.2.7 depend on a newer (1 major version) version of graceful-fs.
Edit: unzip 0.2.7 isn't published on npm apparently
This also breaks on node 10 AFAICT, they backported the update that broke native in node 11 to the LTS version.