I have problem in node installation

Hello
I have problem with cardano node installation in linux from this help:

In installatin in this part:
mkdir -p ~/.local/bin
cp -p “$(./scripts/bin-path.sh cardano-node)” ~/.local/bin/
cp -p “$(./scripts/bin-path.sh cardano-cli)” ~/.local/bin/
echo PATH=“$PATH:$HOME/.local/bin/” >> $HOME/.bashrc
source ~/.bashrc

in 2 line:
cp -p “$(./scripts/bin-path.sh cardano-node)” ~/.local/bin/
cp -p “$(./scripts/bin-path.sh cardano-cli)” ~/.local/bin/

I give this error:
jq: error: Could not open file dist-newstyle/cache/plan.json: No such file or directory
Error: cardano-cli not built

Thaks

At the risk of stating the obvious, the executables probbaly didn’t build, from the “cabal build all &” step.

I’m not familiar with this guide. I can’t see where the bin-path.sh script is created. That might have a bit to do with it.

1 Like

Thanks solved with update cabal