syl20lego / insomnia-plugin-aws-cognito-token

Insomnia plugin for AWS Cognito
MIT License
44 stars 8 forks source link

Fix issue when installing via Insomnia #9

Closed gouegd closed 3 years ago

gouegd commented 3 years ago

Fixes https://github.com/syl20lego/insomnia-plugin-aws-cognito-token/issues/5

The fix consists of using yarn and its resolutions feature to force the install of a proper version of the complaining library. Also updated amazon-cognito-identity-js for good measure.

After merging and publishing a new version, this should install OK on Insomnia. Locally it does not fail any more when installing via yarn (which is what Insomnia seems to use as well)

syl20lego commented 3 years ago

Thanks Greg for the fix, I published a newer version 0.13.2 with your fix, but it looks like Insomnia doesn't follow the directive and still fails and I had to revert to manually installation.