@echo off
REM The globally installed npm under %APPDATA%\npm is corrupted (missing
REM lib/cli/validate-engines.js), so invoke the npm bundled with Node directly.
node "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" %*
