electron-acrylic-window
electron-acrylic-window copied to clipboard
Error when Compiling (Windows 11)
Got error:
error gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp
Possible solution was to run npm run compile --openssl_fips=X
The project in question was using Vite and Electron
Can you provide me entire project example?
Here's the project in question: https://github.com/rchtect/Sukkomi
Having this problem as well, the same error.
- npm: 8.5.1
- node: v17.6.0
- electron-builder: 22.14.13
- electron: 9.4.3
- yarn: 1.22.17
Project is using TypeScript
@rchtect I've downgraded to Node v16, and things work. Recommend you try it too.