Xahau / jshooks-alpha

Xahau(d) - JS Hooks ALPHA TOOLKIT - EARLY STAGE! Expect dragons! 🐉 🐉
9 stars 0 forks source link

jq install fails #5

Closed shortthefomo closed 2 months ago

shortthefomo commented 2 months ago

running ./install

results in "jq installed" failing.

git branch main

Screenshot 2024-05-29 at 9 28 10 PM
shortthefomo commented 2 months ago

think I need to build this https://github.com/XRPL-Labs/jshooks-quickjs-runtime bit of a beast there.

Screenshot 2024-05-29 at 9 57 21 PM
WietseWind commented 2 months ago

It doesn't install it for you, it checks if it is installed. Solution is to install jq.

Building QuickJS etc. etc. will be taken care of automatically, once you pass the installer requirements.

So install JQ and you'll be fine and the rest will be automatic :)

-- Homebrew has jq available, brew install jq