Command not found
hamiltonrn opened this issue · 2 comments
hamiltonrn commented
Installed cf-warp through yarn:
success Installed "cf-warp@1.1.1" with binaries:
- cf-warp
Done in 0.74s.
But when I try to run cf-warp, I receive a command not found error.
PS: I'm running Manjaro Linux (Arch).
maple3142 commented
Maybe Yarn's global dir is not in your PATH
, so running export PATH="$PATH:$(yarn global bin)"
is needed.
You can also add that line to .bashrc
and source it.
hamiltonrn commented
Thank you, it worked!