'openssl_fips' is not defined
See original GitHub issueI’m trying to build greenworks against nw13.0-alpha3, but am hitting an error during the configure stage:
nw-gyp configure --target=0.13.0-alpha3 --arch=ia32
gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp
Does anyone know what the problem is?
I can’t find much info on the ‘openssl_fips’ error, other than an issue with node-gyp.
node v0.12.7 npm v2.11.3 nw-gyp v0.12.4
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
npm ERR! gyp: name 'openssl_fips' is not defined #2673
Solution: #2673 (comment) • electron-builder version=22.14.13 • rebuilding native dependencies dependencies=ffi-napi@4.0.3, ref-napi@3.0.3 ...
Read more >How to rebuild epoll package in electron? - Stack Overflow
yarn run v1.22.15 $ electron-rebuild -f -w myapp \ Building module: bindings, Completed: 0gyp: name 'openssl_fips' is not defined while ...
Read more >Trouble in nw-gyp with 0.13 - Google Groups
gyp: name 'openssl_fips' is not defined while evaluating condition ... Now, I get the following error: Undefined variable module_name in binding.gyp.
Read more >gyp: name 'openssl_fips' is not defined; macOS 12.0.1, M1 #485
I'm running macOS Monterey on a M1 Macbook. uname -a Darwin An-nomap.local 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:24 ...
Read more >electron-rebuild and MagicMirror v2.18 (and more)
MagicMirror Building module: epoll, Completed: 0gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips !=
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 FreeTop 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
Top GitHub Comments
in case it helps anyone else, the problem was resolved for me by restarting the terminal.
The documentation for version 0.13 says: “Starting from 0.13.0, native modules built by node-gyp or npm in upstream can be supported.” I guess you could try that?
As for me, I started using browser-serialport instead.
Cheers!