jdx / npm-register

Your own private npm registry and backup server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS > 2.304 Breaks Bluebird Promisify in NPM-Register

dgautsch opened this issue · comments

the issue #135 is also related, and I finally managed to fix it by setting this dependency with a fixed version:

"aws-sdk": "2.227.1"

@canercandan yea I see the issue now. Because we have the flag to update minor versions. It's a little annoying that AWS-sdk implemented a breaking change like that. I'll have to republish with a fixed version. Thanks for your patience.

CircleCI probably would've caught this if it had been working. I only recently got that situated.

@canercandan I published v2.8.2 on npm. This should be compatible with s3

@dgautsch awesome thanks for the heads-up