Ranieri Althoff

Results 385 comments of Ranieri Althoff

Can you guys try the `fix/downgrade-cxx-standard` branch? I replaced some code to allow compiling with C++11 instead. Little to no performance penalty so far.

@Tummerhore `git checkout fix/downgrade-cxx-standard` after you clone

@leosin You might be hitting [this issue}(https://github.com/nodejs/node-gyp/issues/508) with no resolution unfortunately

I have merged the branch and deployed v0.28.6 which should help with those stuck on pre-2017 distros.

I'm willing to accept a PR, but I have no knowledge over FreeBSD to do it

@gunwd the useful information on the debug log is what comes before the "command failed" line, can you please share that as well?

> Will probably open an issue there if this is a bug and not a feature. joy It is not :laughing: do you mind adding that to the README?

Very likely a duplicate of #302 Try building from source (`npm_config_build_from_source=true npm install`) to see if it helps

> Is it downloading binaries based on the architecture you are on when installing? Yes > why this binary difference is not happening in 0.27.2? On 0.27.3, we upgraded node-gyp...