Skip to content
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 openssl ENOENT on azure app service (windows). #22

Open
tony-gutierrez opened this issue Apr 24, 2018 · 2 comments
Open

spawn openssl ENOENT on azure app service (windows). #22

tony-gutierrez opened this issue Apr 24, 2018 · 2 comments

Comments

@tony-gutierrez
Copy link

I'm getting a ENONET error on Azure.

Perhaps we could make the "spawn" attribute public so that users could replace it with something like this: https://github.com/moxystudio/node-cross-spawn?

@nao3301
Copy link

nao3301 commented Jun 6, 2019

getting same Error on Wondows 10 machine:

events.js:174
throw er; // Unhandled 'error' event
^

Error: spawn openssl ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
at onErrorNT (internal/child_process.js:415:16)
at process._tickCallback (internal/process/next_tick.js:63:19)
at Function.Module.runMain (internal/modules/cjs/loader.js:757:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
Emitted 'error' event at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
at onErrorNT (internal/child_process.js:415:16)
[... lines matching original stack trace ...]
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)

@marianozunino
Copy link

You can specify the path in with this pkg.
https://www.npmjs.com/package/openssl-ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants