You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, it wasn't the issue of the node-gyp it was using the compilers in the environment variables. It was actually me, doing wrong things that was failing the compilation.
cc -v
->6.3.0
, while$CXX
->10.2.0
node-addon-api
Verbose output (from npm or node-gyp):
I guess due to outdated compiler pick, the build is failing. I wanna specify them manually, tried searching in docs, didn't found any :(
The text was updated successfully, but these errors were encountered: