1if not defined npm_config_node_gyp ( 2 node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %* 3) else ( 4 node "%npm_config_node_gyp%" %* 5) 6