syl20lego / insomnia-plugin-aws-cognito-token

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

Error installing into Insomnia 6.6.2 #4

Closed JohnAtFenestra closed 4 years ago

JohnAtFenestra commented 4 years ago

Attempted to install insomnia-plugin-aws-cognito-token version 0.11 into Insomnia 6.6.2. When installing from Plugins, I receive the following error:

Yarn error {"type":"warning","data":"package.json: No license field"}

No other information is available and the Plugin doesn't turn up in the list of installed.

JohnAtFenestra commented 4 years ago

As an update, I was able to install by using GIT Clone into the Plugins directory as accessed via Preferences/Plugins.

syl20lego commented 4 years ago

sorry about that...yes only work around for now is to go to the plugin folder and manually install the plugin: git clone https://github.com/syl20lego/insomnia-plugin-aws-cognito-token.git cd insomnia-plugin-aws-cognito-token
npm install

hockeymikey commented 2 years ago

I'm still dealing with this. Anyone know why it's doing this?