Created
July 27, 2016 01:15
-
-
Save bobzhang/9a106a7a5c43b7896c73b1a30d95c112 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
git>npm install -g https://github.com/npm-ml/merlin.git | |
npm ERR! addLocal Could not install /var/folders/df/dh8jkb254qv48cfc0_rhmkf00000gn/T/npm-48145-1a0fbf19/git-cache-3e4efa99/4116bf8bedbaf927784a9d7e05ccd4430bcd7990 | |
npm ERR! Darwin 15.5.0 | |
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "https://github.com/npm-ml/merlin.git" | |
npm ERR! node v4.2.1 | |
npm ERR! npm v3.10.5 | |
npm ERR! code EISDIR | |
npm ERR! errno -21 | |
npm ERR! syscall read | |
npm ERR! eisdir EISDIR: illegal operation on a directory, read | |
npm ERR! eisdir This is most likely not a problem with npm itself | |
npm ERR! eisdir and is related to npm not being able to find a package.json in | |
npm ERR! eisdir a package you are trying to install. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/hongbozhang/git/npm-debug.log | |
git>npm install -g https://github.com/npm-ml/merlin | |
npm ERR! addLocal Could not install /var/folders/df/dh8jkb254qv48cfc0_rhmkf00000gn/T/npm-48186-f170641f/git-cache-6e248014/4116bf8bedbaf927784a9d7e05ccd4430bcd7990 | |
npm ERR! Darwin 15.5.0 | |
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "https://github.com/npm-ml/merlin" | |
npm ERR! node v4.2.1 | |
npm ERR! npm v3.10.5 | |
npm ERR! code EISDIR | |
npm ERR! errno -21 | |
npm ERR! syscall read | |
npm ERR! eisdir EISDIR: illegal operation on a directory, read | |
npm ERR! eisdir This is most likely not a problem with npm itself | |
npm ERR! eisdir and is related to npm not being able to find a package.json in | |
npm ERR! eisdir a package you are trying to install. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/hongbozhang/git/npm-debug.log | |
git> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment