Skip to content

Instantly share code, notes, and snippets.

@cpsubrian
Created November 1, 2011 20:03
Show Gist options
  • Save cpsubrian/1331736 to your computer and use it in GitHub Desktop.
Save cpsubrian/1331736 to your computer and use it in GitHub Desktop.
Testing npm in msysgit
$ npm.cmd --version
/c/node/npm.cmd: line 1: unexpected EOF while looking for mat
/c/node/npm.cmd: line 7: syntax error: unexpected end of file
$ node -e 'console.log(process.platform)'
win32
$ npm --version
sh.exe": npm: command not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment