Closed pgol closed 8 years ago
the hooks themselves are written in Node, so they cannot work if there is no Node. Is it possible to have node in the path?
I use zsh and nvm so when I start SourceTree from finder it does't see my environment. My fix is to just open GUI app from terminal with for example:
open -a SourceTree
and then it works, I don't use GUI apps for git that often. Thank you for responding.
Fix was as @pgol pointed out.
Using nvm
seems to bring it out more easily.
For a few minor caveats see this.
stree
is the only thing you need to type if you are already in the directory of interest and sourcetree command line tools are already installed
env: node: No such file or directory
I guess it's related to loading different environment by GUI app that is loaded in my shell. But is there any way to fix it in this module?