我已经在link之后安装了POT失眠插件,但它还不完整。以下是错误日志:
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)有什么建议可以解决这个问题?
发布于 2020-11-13 16:42:26
使用npm手动安装:
npm i @platform-of-trust/insomnia-plugin-platform-of-trust
确保它安装在Insomnia的plugins文件夹中。
安装完成后,重新加载插件。
至少这对我是有效的。
发布于 2020-11-13 17:25:04
我现在使用的是macOS 10.14.6,安装了nodejs,它仍然不能为我工作!当我cd到path Library/Application Support/Insomnia/plugins/@platform-of-trust/insomnia-plugin-platform-of-trust时,文件夹仍然是空的!
发布于 2020-11-13 23:06:47
您可以尝试从此PR https://github.com/PlatformOfTrust/rest-client-packages/pull/7中的失眠工作区,因为它具有该包版本的更新
https://stackoverflow.com/questions/64814786
复制相似问题