Welcome to mirror list, hosted at ThFree Co, Russian Federation.

node-gyp.cmd « node-gyp-bin « bin - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a05fd8caed61a7d6acf3f86d1d78ba715e5ad06b (plain)
1
2
3
4
5
if not defined npm_config_node_gyp (
  node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
) else (
  %npm_config_node_gyp% %*
)