-
Notifications
You must be signed in to change notification settings - Fork 744
exec gets stuck on my Debian box #51
Copy link
Copy link
Closed
Labels
execIssues specific to the shell.exec() APIIssues specific to the shell.exec() APIfixBug/defect, or a fix for such a problemBug/defect, or a fix for such a problem
Description
protzenk@sauternes:pdfjs ((a68e11c...)) $ nodejs
> require("shelljs/global")
{}
> exec("ls")
Then, the nodejs process gets stuck and the only way I can get out of this is to run pkill nodejs in another terminal. Any ideas what might be causing this? I've installed nodejs as a Debian package, and I've also run "npm install shelljs" hoping that it would upgrade me to the latest version.
Thanks,
jonathan
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
execIssues specific to the shell.exec() APIIssues specific to the shell.exec() APIfixBug/defect, or a fix for such a problemBug/defect, or a fix for such a problem