cannot spawn openssl
See original GitHub issue🐛 Bug Report
Installed flipper, it doesn’t connect to my app/simulator, I assume it’s because of this error:

I tried installing Watchman fresh from brew
which watchman
returns /usr/local/bin/watchman
To Reproduce
Install flipper Try to use it?
Environment
macOS 11.5.2 Flipper 0.105.0 (on desktop and in react native app)
Sorry if I missed something obvious 😬
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
How to respond to openssl prompts in nodejs - Stack Overflow
You need to use child_process.spawn , and then forward its stdin and stdout through your Node script using { stdio: "inherit" } ....
Read more >Solved: Re: Can't run openssl through Node (using execFile...
Hi,. I'm having difficulty accessing openssl through node on Cloud Run. The error is: Error: spawn openssl ENOENT. The (simplified code is).
Read more >1950018 – Cannot install npm package from github
I think I've found another similar issue due to packages that were removed. The OpenSSL headers no longer seem to be present so...
Read more >git-askpass.exe: No such file or directory
cannot spawn /C/Program Files (x86)/Microsoft Visual ... file:C:/Program Files/Git/mingw64/etc/gitconfig http.sslbackend=openssl file:C:/Program ...
Read more >spawn node ENOENT" when using child_process in Node.js
The reason the spawn was broken in the first place was because we were overriding the child process' environment variables in options.env which ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
My problem resolved with this command in powershell:
choco install openssl
I’ll add an error to make sure the absence of openSSL during startup is more clearly communicated