Hey,
As you can see here:
https://github.com/aws/aws-sdk-js/blob/master/package.json
You are using "xmlbuilder": "2.6.2" and it is too old, it has the dependency : "lodash": "~3.5.0" which is too old also conflicts with many other packages
Can you please update the dependency?
If I'm using modern lodash then I'm getting the next error:
node_modules/aws-sdk/lib/xml/builder.js:2:15)
Error: Cannot find module 'lodash/object/assign'
If I'm using the 3.5.0 lodash I'm getting error from many other packages:
Cannot find module 'lodash/assign'
When merged, #1143 will fix this
Why is this not simply fixed by the merge? Killed my application recently
@gurpreetatwal Any update on when this issue will be fixed?
@shyamchandranmec just depends on the maintainers, not much I can do from my side
If anything you can give a "thumbs up" on the PR
Has there been any update against this? More and more modules are making a requirement against lodash@4
@menkari I have created a npm package with the changes. You can use this until aws developers resolve this.
Here is the url
resolved by #1440
Thanks for your help in tracking down the right dependencies to include, @gurpreetatwal!
No problem @jeskew ! You should consider enabling greenkeeper if you can, it'll help by automatically notifying you when your dependencies get updated. However since the package is strict versioned, it might notify you a bit too much.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
Most helpful comment
Why is this not simply fixed by the merge? Killed my application recently