JamieMason / shrinkpack

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

Please help me install phantomjs2-ext #57

Closed lonormaly closed 8 years ago

lonormaly commented 8 years ago

Hello,

Thanks for this amazing tool! For some reason, we fail to install Phantomjs-ext. Any idea on how to achieve that?

Cheers, Shai

JamieMason commented 8 years ago

Hi Shai, I'm away until the weekend but will take a look when I get back. Thanks.

JamieMason commented 8 years ago

Hi @lonormaly, I followed these steps and was able to install, shrinkpack, and reinstall phantomjs2-ext.

mkdir test
cd test
npm init -y
npm install phantomjs2-ext
npm shrinkwrap --dev
shrinkpack
rm -rf node_modules/
npm install

I am using

$ node -v
v6.2.2

$ npm -v
3.10.4

$ shrinkpack -V
0.12.5

Please could you let me know if this works for you, please reopen if you have any issues.

Thanks.