Skip to content

Instantly share code, notes, and snippets.

@sabonim
Created November 24, 2011 17:30
Show Gist options
  • Save sabonim/1391859 to your computer and use it in GitHub Desktop.
Save sabonim/1391859 to your computer and use it in GitHub Desktop.
npm.cmd
:: Created by npm, please don't edit manually.
@IF EXIST "%~dp0"\"node.exe" (
"%~dp0"\"node.exe" "%~dp0\.\node_modules\npm\bin\npm-cli.js" %*
) ELSE (
node "%~dp0\.\node_modules\npm\bin\npm-cli.js" %*
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment