PR-URL: https://github.com/nodejs/node/pull/50531 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
6 lines
144 B
Batchfile
Executable File
6 lines
144 B
Batchfile
Executable File
if not defined npm_config_node_gyp (
|
|
node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
|
|
) else (
|
|
node "%npm_config_node_gyp%" %*
|
|
)
|