Created
November 1, 2011 20:03
-
-
Save cpsubrian/1331736 to your computer and use it in GitHub Desktop.
Testing npm in msysgit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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