Created
June 15, 2014 20:26
-
-
Save mde/6df28c379d544e02c13d to your computer and use it in GitHub Desktop.
NPMWTF
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
bash-3.2$ npm install | |
npm http GET https://registry.npmjs.org/filelist | |
npm http GET https://registry.npmjs.org/minimatch/0.2.3 | |
npm http 200 https://registry.npmjs.org/filelist | |
npm http GET https://registry.npmjs.org/filelist/-/filelist-0.0.2.tgz | |
npm http 200 https://registry.npmjs.org/minimatch/0.2.3 | |
npm http GET https://registry.npmjs.org/minimatch/-/minimatch-0.2.3.tgz | |
npm http 200 https://registry.npmjs.org/filelist/-/filelist-0.0.2.tgz | |
npm WARN package.json [email protected] No README.md file found! | |
npm http 200 https://registry.npmjs.org/minimatch/-/minimatch-0.2.3.tgz | |
npm http GET https://registry.npmjs.org/minimatch | |
npm http GET https://registry.npmjs.org/lru-cache | |
npm http 200 https://registry.npmjs.org/minimatch | |
npm ERR! Error: No compatible version found: minimatch@'^0.3.0' | |
npm ERR! Valid install targets: | |
npm ERR! ["0.0.1","0.0.2","0.0.4","0.0.5","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.2.12","0.2.13","0.2.14","0.3.0"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment