Christian Clauss
Christian Clauss
Looking at https://github.com/nodejs/node-gyp/search?q=openssl_fips * https://github.com/nodejs/node-gyp/issues/2534#issuecomment-954978227 In `binding.gyp` please try to add a line to ``` 'variables' : { 'openssl_fips': '', } ```
Does this solution solve all `name 'openssl_fips' is not defined` issues?
@2812848295 Can this issue be closed?
> gyp ERR! node-gyp -v v5.1.0 Please upgrade to https://github.com/nodejs/node-gyp/releases using https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md
The often-repeated line `msvs_version does not match this version` seems to be the problem but I am not a Windows user.
Look thru your log output above for lines that start with `gyp ERR! find VS checking VS20` to see all the versions that the code is finding on your computer....
https://github.com/nodejs/node-gyp/blob/master/docs/Common-issues.md
Please provide the **command that was typed** and the **FULL error log**. The current release is **v4.0.6** https://www.npmjs.com/package/bufferutil v3.0.5 was released in 2018.
Please look thru your error log for the string `gyp info using node-gyp@` and if the version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then __please upgrade__ using...
@DylanL826 Please upgrade bufferutil as mentioned above. https://github.com/nodejs/node-gyp/issues/2694#issuecomment-1175180929 Also, upgrade Node.js to a supported version. https://nodejs.org/en/about/releases