Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Created May 29, 2013 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piscisaureus/5672440 to your computer and use it in GitHub Desktop.
Save piscisaureus/5672440 to your computer and use it in GitHub Desktop.
:: 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