Kraken Binary NOT exists, try reinstall.
See original GitHub issue使用的 Kraken 版本 | What version of kraken are you using
kraken 0.7.2 npm 7.10.0 node v14.16.1 MacOS 10.15.7
重现步骤 | Steps To Reproduce
$ sudo npm install -g @openkraken/cli
added 24 packages in 1s
$ kraken https://raw.githubusercontent.com/openkraken/kraken/master/kraken/example/assets/bundle.js
Kraken Binary NOT exists, try reinstall.
预期结果 | Expected results:
打开对应界面
实际结果 | Actual results:
命令行报错
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Kraken Terminal trading interface errors
What it means: Kraken's API rejected your request because it was dealing with a position which, according to them, does not exist. What...
Read more >GitKraken Client FAQs | Answers to Common Questions
Answers to FAQs about GitKraken Client regarding integrations, technical issues, and other support related questions.
Read more >Kraken - a high-performance, web standards-compliant ...
Kraken pub package Integration Test WorkFlow. Have a try. Install Kraken CLI (macOS only currently) ... Kraken Binary NOT exists, try reinstall.
Read more >liquidctl – liquid cooler control - GitHub
If the device in question is not marked in Supported devices as requiring a special driver, try uninstalling the custom driver. Device not...
Read more >Command & binary exists but cannot be executed
I tried reinstalling, purging etc but it didn't solve anything. There is probably something cached under /etc/ but I don't know what excatly....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
遇到同样的问题,当时环境为 mac m1, node版本 15.7.0
nvm 切换 node环境到 10.23.2 后重新安装就可以了
安装好后再切回 15.7.0 仍然可以正常运行,貌似只影响安装
非M1芯片遇到同样的问题,
Kraken Binary NOT exists, try reinstall.
经测试 若nodejs版本在16或15.*均需要将nodejs版本回退到 14.*及略早版本,回退版本后重新执行npm i @openkraken/cli -g
即可写入 Kraken 二进制程序。执行kraken https://raw.githubusercontent.com/openkraken/kraken/master/kraken/example/assets/bundle.js
即可正常运行。这个问题应该是nodejs版本的兼容问题。