maple3142 / cf-warp

MIT License
449 stars 64 forks source link

Command not found #2

Closed hamiltonrn closed 4 years ago

hamiltonrn commented 4 years ago

Installed cf-warp through yarn: success Installed "cf-warp@1.1.1" with binaries:

But when I try to run cf-warp, I receive a command not found error.

PS: I'm running Manjaro Linux (Arch).

maple3142 commented 4 years ago

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 4 years ago

Thank you, it worked!