arei / npmbox

Utility for creating (boxing) and using (unboxing) an archive of a complete (including all dependencies) npm install.
MIT License
245 stars 34 forks source link

npmbox depends on a broken version of npm #11

Closed dfabulich closed 10 years ago

dfabulich commented 10 years ago

The npm team broke all old versions of npm yesterday. http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more

npmbox depends on npm ~1.2.19, so it doesn't work.

$ npmbox npmbox
Downloading package npmbox...

npm Error: Error: SELF_SIGNED_CERT_IN_CHAIN

Creating archive /root/npmbox.npmbox...

Cleaning up...
arei commented 10 years ago

I love it when the person filling the bug just fixes it!