Damlhub: command not found
App Development2 posts280 views1 likesLast activity May 2022
CO
cohen.avrahamOP
May 2022G-d willing
Hello,
I have a script (.sh file) that initializes some values on my ledger (on DamlHub).
I am using the damlhub command, however, it seems that it is not recognized.
I have the yq app installed (sudo npm install yq).
Does anyone knows how to resolve this?
AL
alex.graham
May 2022Hi @cohen.avraham,
Have you installed the damlhub-cli globally to your system?
This can be done by running the following command:
npm install -g damlhub-cli
The -g flag should let you run the damlhub command from any directory.