1

I have installed the POT Insomnia plugin following link but it's not complete. Here is error log:

Error: Yarn error warning @platform-of-trust/insomnia-plugin-platform-of-trust > jssha@2.4.2: jsSHA versions < 3.0.0 will no longer receive feature updates

    at file:///Applications/Insomnia.app/Contents/Resources/app.asar/bundle.js:99713:16
    at ChildProcess.exithandler (child_process.js:295:7)
    at ChildProcess.emit (events.js:223:5)
    at maybeClose (internal/child_process.js:1021:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)

What would be suggested to solve this issue?

Hoan Van
  • 19
  • 2
  • Could you specify what OS you are using? And maybe also the insomnia version? –  Nov 13 '20 at 07:39

3 Answers3

2

For windows 10-11 users

npm install insomnia-plugin-os

Then the plugin you wan to install for example in my case insomnia-plugin-xdebug

npm install insomnia-plugin-xdebug

Go to C:\Users\YOUR_USERNAME\node_modules

cut 3 folders image

Open Insomnia->Application->Preferences->Plugins

Press Reveal Plugins Folder

Paste copied items

Open Insomnia->Application->Preferences->Plugins

Press Reload Plugins

That's it!

TuralAsgar
  • 1,275
  • 2
  • 13
  • 26
0

Manually install with npm:

npm i @platform-of-trust/insomnia-plugin-platform-of-trust

Make sure it is installed in plugins folder of Insomnia.

After installation is complete Reload plugins.

At least this worked for me.

0

You could try insomnia workspace from this PR https://github.com/PlatformOfTrust/rest-client-packages/pull/7 since it has updates for that package version

ra_tester
  • 252
  • 1
  • 7