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.
Problem:
The current dependent lib
requestversion ofrequest": "2.75.x"has an old dependency ofaws-sign2: 0.6.0which has a serious bug of duplicated exporting names: request/aws-sign#7And this is preventing bundle tools such as
rollupto fail because it can't allow duplicated exports from the same module.