Error at launch of the program
See original GitHub issueHi i have an error when i launch the program
This is my informations :
Node Version: 4.2.6
tiny-core-terminal version: 1.1.1
Shell: zsh
Terminal Program: D'ont now the default for ubuntu 16.04..
Operating System: Linux, ubuntu
And my error:
` ~ tiny-care-terminal
Error: spawn sh /usr/local/lib/node_modules/tiny-care-terminal/standup-helper.sh ENOENT
at exports._errnoException (util.js:870:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
at onErrorNT (internal/child_process.js:344:16)
at nextTickCallbackWith2Args (node.js:441:9)
at process._tickCallback (node.js:355:17)
at Function.Module.runMain (module.js:444:11)
at startup (node.js:136:18)
at node.js:966:3
events.js:141
throw er; // Unhandled ‘error’ event
^
Error: spawn sh /usr/local/lib/node_modules/tiny-care-terminal/standup-helper.sh ENOENT at exports._errnoException (util.js:870:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32) at onErrorNT (internal/child_process.js:344:16) at nextTickCallbackWith2Args (node.js:441:9) at process._tickCallback (node.js:355:17)`
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:36 (2 by maintainers)
Top GitHub Comments
I had the same problem. I solved it by replacing
'sh ' + __dirname + '/standup-helper.sh'
with
__dirname + '/standup-helper.sh'
in care.js lines 119 and 127
Hope this helps
same thing for me, basically the same configuration, but using
bash