Closed coredev-uk closed 2 years ago
Here's the error callback (On the latest NodeJS version this happens, but on older versions (Like the Gallium LTS) it does not)
gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/project/node_modules/node-gyp/lib/configure.js:259:16) gyp ERR! stack at ChildProcess.emit (node:events:390:28) gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12) gyp ERR! System Linux 5.15.12-arch1-1 gyp ERR! command "/usr/bin/node" "/project/node_modules/electron-acrylic-window/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /project/node_modules/electron-acrylic-window gyp ERR! node -v v17.3.0 gyp ERR! node-gyp -v v8.4.1 gyp ERR! not ok```
Scrapped the usage of this due to these errors.
Here's the error callback (On the latest NodeJS version this happens, but on older versions (Like the Gallium LTS) it does not)