electron-acrylic-window icon indicating copy to clipboard operation
electron-acrylic-window copied to clipboard

Error when Compiling (Windows 11)

Open rchtect opened this issue 3 years ago • 4 comments

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

rchtect avatar Feb 17 '22 05:02 rchtect

Can you provide me entire project example?

seo-rii avatar Feb 19 '22 01:02 seo-rii

Here's the project in question: https://github.com/rchtect/Sukkomi

rchtect avatar Feb 19 '22 12:02 rchtect

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

asger-finding avatar Mar 13 '22 03:03 asger-finding

@rchtect I've downgraded to Node v16, and things work. Recommend you try it too.

asger-finding avatar Mar 14 '22 07:03 asger-finding