@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\@npmcli\run-script\node_modules\node-gyp\bin\node-gyp.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\@npmcli\run-script\node_modules\node-gyp\bin\node-gyp.js" %* )