jspm / npm

NPM Location Service
19 stars 34 forks source link

Check download size against maxRepoSize npm registry config #116

Closed blackxored closed 8 years ago

blackxored commented 8 years ago

Checks on lib/npm.js prevent the latest emojione from being installed, apparently due to response/package size. I've locally fixed it but not sure how it would affect remote installs.

guybedford commented 8 years ago

@blackxored sure we should replace this with a check to the maxRepoSize configuration option passed into the constructor options.

blackxored commented 8 years ago

Any progress on this? Trying to rebuild my project under a Docker env since a long time, and almost forgot the local fix :D

guybedford commented 8 years ago

PRs welcome!