tiny-care-terminal: Terminal doesn't display commits/Problems with git-standup
Hi there, and thanks for this cool tool! π
I have set up everything, but Iβm unable to see the git stuff. The problem for me is that standup-helper.sh is looking for git-standup in a place where it is not located.
I installed git-standup with sudo npm install -g git-standup (maybe I should do this in another way).
Any suggestions?
I also have problems with the fonts/emojis, but I can open another issue if you would like.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 38 (15 by maintainers)
@jackmransom @DanielAndreasen 1.0.8 tagged! Let me know if it fixes your problems!
Iβm seeing this myself with Windows Bash. When I update tiny-care-terminal, I get the following issue:
npm WARN deprecated phantom@0.8.4: v1 is no longer maintained, please upgrade to v2.0+ as soon possible. npm WARN deprecated win-spawn@2.0.0: use cross-spawn or [cross-spawn-async](https://gi thub.com/IndigoUnited/node-cross-spawn-async) instead. npm WARN deprecated node-uuid@1.3.3: Use uuid module instead /usr/bin/tiny-care-terminal -> /usr/lib/node_modules/tiny-care-terminal/care.js /usr/lib βββ UNMET PEER DEPENDENCY git-standup@^2.1.8 βββ tiny-care-terminal@1.0.8
I can install git-standup by itself though w/o error. I just uninstalled/reinstalled to be sure I had the latest, but yep, no git commits. Is there a way for me to debug to provide more information?
@notwaldorf I have upgraded to version 1.0.7 and still doesnβt work! But wait, when I run
sh standup-helper.sh /some/pathI get an error. However, if I runbash standup-helper.sh /some/patheverything works fine. So I simple changed line 105 and 113 incare.jsto usebashinstead and all works! πThe error I get is:
If I remove the
usagefunction the problem is also solved. As the error says, I think you just use slightly wrong syntax error forsh, but forbashit is fine.Canβt you just assume
git-standupis in the PATH? Then you donβt have to do this path trick.