question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error at launch of the program

See original GitHub issue

Hi 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:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:36 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
jihelherecommented, Apr 28, 2017

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

3reactions
juliomfreitascommented, Apr 27, 2017

same thing for me, basically the same configuration, but using bash

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't compile code "launch: program <program_path> does ...
I put break point at the beginning and press F5 and I received an error: launch: program 'enter program name, for example c:\Users\student1\ ......
Read more >
"launch: program enter name...does not exist" : r/vscode - Reddit
VSCode giving me an error when I use the debugger: "launch: program enter name...does not exist". I downloaded VSCode recently and I am ......
Read more >
How to Fix Windows 10 Programs When They Fail to Launch ...
Restart your computer and check if the program is now launching at startup. Startup list in Windows 10. 2. Check the Startup Folder....
Read more >
launch: program ''does not exist · Issue #85688 - GitHub
This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in...
Read more >
How to Start Programs When They Fail to Launch
How to Start Programs When They Fail to Launch · Click on the name of the program listed in the Apps section and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found