|
| 1 | +0 info it worked if it ends with ok |
| 2 | +1 verbose cli [ '/usr/local/n/versions/0.8.2/bin/node', |
| 3 | +1 verbose cli '/usr/local/bin/npm', |
| 4 | +1 verbose cli 'info', |
| 5 | +1 verbose cli 'css', |
| 6 | +1 verbose cli 'version' ] |
| 7 | +2 info using npm@1.1.33 |
| 8 | +3 info using node@v0.8.2 |
| 9 | +4 verbose config file /Users/tj/.npmrc |
| 10 | +5 verbose config file /usr/local/n/versions/0.8.2/etc/npmrc |
| 11 | +6 verbose config file /usr/local/lib/node_modules/npm/npmrc |
| 12 | +7 verbose url raw css |
| 13 | +8 verbose url resolving [ 'https://registry.npmjs.org/', './css' ] |
| 14 | +9 verbose url resolved https://registry.npmjs.org/css |
| 15 | +10 info retry registry request attempt 1 at 16:21:45 |
| 16 | +11 http GET https://registry.npmjs.org/css |
| 17 | +12 http 404 https://registry.npmjs.org/css |
| 18 | +13 silly registry.get cb [ 404, |
| 19 | +13 silly registry.get { server: 'CouchDB/1.2.0 (Erlang OTP/R15B)', |
| 20 | +13 silly registry.get date: 'Wed, 18 Jul 2012 23:21:46 GMT', |
| 21 | +13 silly registry.get 'content-type': 'application/json', |
| 22 | +13 silly registry.get 'content-length': '52', |
| 23 | +13 silly registry.get 'cache-control': 'must-revalidate' } ] |
| 24 | +14 error 404 'css' is not in the npm registry. |
| 25 | +14 error 404 You should bug the author to publish it |
| 26 | +14 error 404 |
| 27 | +14 error 404 Note that you can also install from a |
| 28 | +14 error 404 tarball, folder, or http url, or git url. |
| 29 | +15 error System Darwin 11.3.0 |
| 30 | +16 error command "/usr/local/n/versions/0.8.2/bin/node" "/usr/local/bin/npm" "info" "css" "version" |
| 31 | +17 error cwd /Users/tj/projects/css-parse |
| 32 | +18 error node -v v0.8.2 |
| 33 | +19 error npm -v 1.1.33 |
| 34 | +20 error code E404 |
| 35 | +21 error message 404 Not Found: css |
| 36 | +22 verbose exit [ 1, true ] |
0 commit comments