So the clean way to migrate that worked was:
rm -rf node_modules package-lock.json npm i
A static archive of Markus Tacker's tweets. Follow me on Mastodon: @[email protected].
So the clean way to migrate that worked was:
rm -rf node_modules package-lock.json npm i
Another issue I ran into: inclusion of peerDependencies by default. There is a
workaround, but it seems more tricky than just "--legacy-peer-deps":
https://github.com/aws/aws-sdk-js-v3/issues/2051