.bash_profile
でnode
のパスを追加している場合、Sourcetree からだと.bash_profile
を読み込まないので、node
のパスを見つけられないようです。
echo 'source ~/.bash_profile' >> ~/.huskyrc
これで解決しました。
More than 1 year has passed since last update.
.bash_profile
でnode
のパスを追加している場合、Sourcetree からだと.bash_profile
を読み込まないので、node
のパスを見つけられないようです。
echo 'source ~/.bash_profile' >> ~/.huskyrc
これで解決しました。