Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heshamelmasry77/b8658edf53be02f88c1ac946ced7b38d to your computer and use it in GitHub Desktop.
Save heshamelmasry77/b8658edf53be02f88c1ac946ced7b38d to your computer and use it in GitHub Desktop.
Sourcetree on committing issue : .husky/pre-commit: Line 18 yarn: command not found
To Solve this issue you will need to export a path for huskyrc:
echo 'export PATH="/usr/local/bin/:$PATH"' >> ~/.huskyrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment