Problem:
The current dependent lib request version of request": "2.75.x" has an old dependency of aws-sign2: 0.6.0 which has a serious bug of duplicated exporting names: request/aws-sign#7
And this is preventing bundle tools such as rollup to fail because it can't allow duplicated exports from the same module.