Closed JesterXL closed 2 years ago
same here, any way to fix this or debug?
Do you have ~/.foreman/bin
added to your PATH? You'll need to restart your shell after doing so, too.
This isn't zsh specific.
Yep, not zsh specific.
Thanks for pointing that out. I was indeed missing it from PATH.
I added it to ~/.bash_profile
export PATH="/usr/local/bin:$HOME/.yarn/bin:~/.foreman/bin:$PATH"
Now it works.
I'll close this as it has been resolved and that we'll track improvements regarding that in #28
Got a new Mac with the M1 processor. Successfully installed
foreman
and didforman install
and it seemed to work installing Rojo. However, if I then runrojo
, I get:Not sure why it's not picking it up; if I look in the foreman/tools folder in home, I can see she did install it. Any hints?