We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wait: false
I don't have google-chrome, but I have chromium.
google-chrome
chromium
const open = require('open'); open('https://google.com', { app: {name: open.apps.chrome}, // wait: true, });
$ npm i [email protected] $ node index.js node:events:490 throw er; // Unhandled 'error' event ^ Error: spawn google-chrome ENOENT at ChildProcess._handle.onexit (node:internal/child_process:285:19) at onErrorNT (node:internal/child_process:483:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) Emitted 'error' event on ChildProcess instance at: at ChildProcess._handle.onexit (node:internal/child_process:291:12) at onErrorNT (node:internal/child_process:483:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -2, code: 'ENOENT', syscall: 'spawn google-chrome', path: 'google-chrome', spawnargs: [ 'https://google.com' ] } Node.js v19.6.1
The relevant part of the code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I don't have
google-chrome
, but I havechromium
.The relevant part of the code.
The text was updated successfully, but these errors were encountered: