I followed the guides on Prerequisites and Node and CLI on this page:
After I entered “./prereqs.sh” it says “Please run as non-root user.
Exiting…”
So I created a New User… And followed the steps but I get the following errors when I run this command
$CNODE_HOME/scripts/cabal-build-all.sh -o
This following is the last part of the error:
.
.
.
cp: cannot stat ‘/home/joey/git/cardano-node/dist-newstyle/tmp/src-38863/semigroupoids-5.3.4/dist/setup/setup’: No such file or directory
Copying setup to /home/joey/.cabal/bin/
cp: cannot stat ‘/home/joey/git/cardano-node/dist-newstyle/tmp/src-38863/tdigest-0.2.1/dist/setup/setup’: No such file or directory
Then when I run “cardano-cli version” I got :
cardano-cli: command not found
Where did I do wrong?