maple3142/cf-warp

Command not found

hamiltonrn opened this issue · 2 comments

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).

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.