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
Currently, prebuildify uses the node-gyp that's available in PATH and when npm runs scripts, it adds the global node_modules/npm-lifecycle/node-gyp-bin folder to PATH. Effectively, we're always using the npm-bundled version of node-gyp.
Currently,
prebuildifyuses thenode-gypthat's available inPATHand whennpmruns scripts, it adds the globalnode_modules/npm-lifecycle/node-gyp-binfolder toPATH. Effectively, we're always using the npm-bundled version ofnode-gyp.