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
I run npm ci -dd for my electron project and I can see that node-gyp-build starts compiling although there is a prebuild. There is an error message before:
gyp info it worked if it ends with ok
gyp verb cli [
gyp verb cli '/usr/bin/node',
gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild'
gyp verb cli ]
Originally I thought it's a problem with node-gyp-build. But this comment in my original issue suggests that there is a bug in node-ffi-napi.
The text was updated successfully, but these errors were encountered:
+1 even though prebuilt binaries are available, since npm install compiles node-ffi-napi and build directory is created and includes re-compiled binary for arch/os of runtime environment, prebuilt binaries would not be used.
I run
npm ci -dd
for my electron project and I can see that node-gyp-build starts compiling although there is a prebuild. There is an error message before:npm info lifecycle [email protected]~install: [email protected]
Originally I thought it's a problem with node-gyp-build. But this comment in my original issue suggests that there is a bug in node-ffi-napi.
The text was updated successfully, but these errors were encountered: