visual-journal / scripts /node-gyp-local-headers.cjs
gpt-image-playground deploy
Deploy 912aa68 to Docker Space
704e84f
Raw
History Blame Contribute Delete
238 Bytes
const nodeGypPath = process.env.npm_config_node_gyp;
// Keep npm from parsing this node-gyp-only option as an unsupported config.
if (nodeGypPath && process.argv[1] === nodeGypPath) {
process.env.npm_config_nodedir = '/usr/local';
}