Skip to content

bash: ganache-cli: command not found on Debian #571

Answered by cromewar
programonauta asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @programonauta, yes the reason is the yarn node modules aren't added to your path so they wont work, this should work though:

export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"

Best regards, Cromewar.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@programonauta
Comment options

Answer selected by programonauta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants