JamieMason / shrinkpack

Fast, resilient, reproducible builds with npm install.
https://www.npmjs.com/package/shrinkpack
MIT License
793 stars 38 forks source link

Adds support for node version below 0.12 #60

Closed pgAdmin closed 7 years ago

JamieMason commented 8 years ago

Cool, thanks @pgAdmin!

JamieMason commented 8 years ago

npm test passes when Dockerfile is set to FROM node:0.12.

JamieMason commented 8 years ago

I'm having installation issues on osx (node 6.2.2, npm 3.10.5) so I'll hold off on this for now. If though it's just a case of not using execSync, I'd be happy to migrate instances of those to be async.