-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spawn ENOENT error #17
Comments
Hi, @pierreloicq Upd: actually src/server.ts#L69 opn() try to run browser by xdg-open(1) |
Thanks for your reply, so I guess it's complex to repair myself |
Thanks for your issue report :) I can not reproduce it myself with 0.6.1. But I guess @medved-nsk already figured it out in this PR #18 using the node env |
Just for the record:
Though it can be turn into a feature request to run provided command (i.e. curl?) instead of xdg-open and thus make it compatible with GUI-less env (docker, ci etc). |
Thanks for you replies. |
Seems to be a npm problem, I'll investigate it |
Just to be sure, do you think my warning messages could cause the problem ?
|
Hi,
I put a simple test.js alone in a directory:
then
npm install nodeplotlib
These lines appear here but not when I install for my project.
Then
node test.js
I have an apache local server running, but same error when I switch it off.
Any idea ?
Thanks
The text was updated successfully, but these errors were encountered: