Created
April 11, 2011 02:04
-
-
Save evangoer/912967 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
| goer@lowerbicycle-lm /tmp/yeti $ git init | |
| Initialized empty Git repository in /private/tmp/yeti/.git/ | |
| goer@lowerbicycle-lm /tmp/yeti $ git pull git://github.com/reid/yeti | |
| remote: Counting objects: 1399, done. | |
| remote: Compressing objects: 100% (643/643), done. | |
| remote: Total 1399 (delta 813), reused 1253 (delta 720) | |
| Receiving objects: 100% (1399/1399), 279.36 KiB | 208 KiB/s, done. | |
| Resolving deltas: 100% (813/813), done. | |
| From git://github.com/reid/yeti | |
| * branch HEAD -> FETCH_HEAD | |
| goer@lowerbicycle-lm /tmp/yeti $ ls | |
| HISTORY.md Makefile cli.js lib scripts | |
| LICENSE README.md inc package.json test | |
| goer@lowerbicycle-lm /tmp/yeti $ npm list activated | |
| npm info it worked if it ends with ok | |
| npm info using npm@0.3.18 | |
| npm info using node@v0.4.3 | |
| Nothing found | |
| npm ok | |
| goer@lowerbicycle-lm /tmp/yeti $ npm install . | |
| npm info it worked if it ends with ok | |
| npm info using npm@0.3.18 | |
| npm info using node@v0.4.3 | |
| npm info calculating sha1 /opt/local/lib/node/.npm/.cache/yeti/0.1.7pre/package.tgz | |
| npm info shasum 54cd7a52a34ba68d074a948ec844364e6adaa228 | |
| npm info range nopt@~1.0 | |
| npm info fetch http://registry.npmjs.org/nopt/-/nopt-1.0.4.tgz | |
| npm info range jade@~0.10.4 | |
| npm info range connect@~1.2.3 | |
| npm info range express@~2.2.1 | |
| npm info calculating sha1 /var/folders/bO/bOQahreZH5a4cagbH8Hlh+++HUM/-Tmp-/npm-1302487086839/1302487088038-0.6355487569235265/tmp.tgz | |
| npm info fetch http://registry.npmjs.org/jade/-/jade-0.10.4.tgz | |
| npm info shasum 023fc93f439094e662e2e4186345bfabda8eceda | |
| npm WARN publish-everything nopt@1.0.4 Adding entire directory to tarball. Please add a | |
| npm WARN publish-everything nopt@1.0.4 .npmignore or specify a 'files' array in the package.json | |
| npm info calculating sha1 /opt/local/lib/node/.npm/.cache/nopt/1.0.4/package.tgz | |
| npm info shasum 7b99ec257ad64f8b2860ee692f994d330e6e5c8c | |
| npm info fetch http://registry.npmjs.org/connect/-/connect-1.2.3.tgz | |
| npm info fetch http://registry.npmjs.org/express/-/express-2.2.1.tgz | |
| npm info range abbrev@1 | |
| npm info calculating sha1 /var/folders/bO/bOQahreZH5a4cagbH8Hlh+++HUM/-Tmp-/npm-1302487086839/1302487088474-0.9717306580860168/tmp.tgz | |
| npm info shasum 6fdd6018d1deb8ac935f023f7f54192fb35b8b66 | |
| npm info calculating sha1 /opt/local/lib/node/.npm/.cache/jade/0.10.4/package.tgz | |
| npm info shasum 675d28db4739707d8a7f8cd3b0d07eed79c0448c | |
| npm info calculating sha1 /var/folders/bO/bOQahreZH5a4cagbH8Hlh+++HUM/-Tmp-/npm-1302487086839/1302487088811-0.7769479614216834/tmp.tgz | |
| npm info calculating sha1 /var/folders/bO/bOQahreZH5a4cagbH8Hlh+++HUM/-Tmp-/npm-1302487086839/1302487088859-0.9979814982507378/tmp.tgz | |
| npm info shasum 6308d65c3d73a8a07aca1770dee3aef114c421d0 | |
| npm info shasum a4937f9d5e661282cd62d88e227132f79ccbe25f | |
| npm info calculating sha1 /opt/local/lib/node/.npm/.cache/express/2.2.1/package.tgz | |
| npm info shasum cb7892b11b209fe30f1589a46e8eaf0b4777c0f2 | |
| npm info calculating sha1 /opt/local/lib/node/.npm/.cache/connect/1.2.3/package.tgz | |
| npm info shasum 1b5215faaceec0d26a04327b16b7ed087bacb84f | |
| npm info range connect@>= 1.2.0 < 2.0.0 | |
| npm info fetch http://registry.npmjs.org/connect/-/connect-1.3.0.tgz | |
| npm info range qs@>= 0.0.6 | |
| npm info range mime@>= 0.0.1 | |
| npm info calculating sha1 /var/folders/bO/bOQahreZH5a4cagbH8Hlh+++HUM/-Tmp-/npm-1302487086839/1302487090059-0.8195701267104596/tmp.tgz | |
| npm info shasum ee0d89a79497db60a84f474796ca4842a67da119 | |
| npm info calculating sha1 /opt/local/lib/node/.npm/.cache/connect/1.3.0/package.tgz | |
| npm info shasum 30109290c9ba4d23b89e7e709e025ac0cf5df2f9 | |
| npm info preinstall nopt@1.0.4 | |
| npm info preinstall express@2.2.1 | |
| npm info preinstall connect@1.2.3 | |
| npm info preinstall abbrev@1.0.3 | |
| npm info preinstall mime@1.2.1 | |
| npm info preinstall connect@1.3.0 | |
| npm info preinstall jade@0.10.4 | |
| npm info preinstall yeti@0.1.7pre | |
| npm info preinstall qs@0.0.7 | |
| npm info install nopt@1.0.4 | |
| npm info postinstall nopt@1.0.4 | |
| npm info preactivate nopt@1.0.4 | |
| npm info activate nopt@1.0.4 | |
| npm info postactivate nopt@1.0.4 | |
| npm info install express@2.2.1 | |
| npm info postinstall express@2.2.1 | |
| npm info predeactivate express@1.0.0 | |
| npm info deactivate express@1.0.0 | |
| npm info postdeactivate express@1.0.0 | |
| npm info preactivate express@2.2.1 | |
| npm info activate express@2.2.1 | |
| npm info postactivate express@2.2.1 | |
| npm info install connect@1.2.3 | |
| npm info postinstall connect@1.2.3 | |
| npm info predeactivate connect@0.5.0 | |
| npm info deactivate connect@0.5.0 | |
| npm info postdeactivate connect@0.5.0 | |
| npm info preactivate connect@1.2.3 | |
| npm info activate connect@1.2.3 | |
| npm info postactivate connect@1.2.3 | |
| npm info install abbrev@1.0.3 | |
| npm info postinstall abbrev@1.0.3 | |
| npm info preactivate abbrev@1.0.3 | |
| npm info activate abbrev@1.0.3 | |
| npm info postactivate abbrev@1.0.3 | |
| npm info install mime@1.2.1 | |
| npm info postinstall mime@1.2.1 | |
| npm info preactivate mime@1.2.1 | |
| npm info activate mime@1.2.1 | |
| npm info postactivate mime@1.2.1 | |
| npm info install connect@1.3.0 | |
| npm info postinstall connect@1.3.0 | |
| npm info predeactivate connect@1.2.3 | |
| npm info deactivate connect@1.2.3 | |
| npm info postdeactivate connect@1.2.3 | |
| npm info preactivate connect@1.3.0 | |
| npm info activate connect@1.3.0 | |
| npm info postactivate connect@1.3.0 | |
| npm info install jade@0.10.4 | |
| npm info postinstall jade@0.10.4 | |
| npm info predeactivate jade@0.5.7 | |
| npm info deactivate jade@0.5.7 | |
| npm info postdeactivate jade@0.5.7 | |
| npm info preactivate jade@0.10.4 | |
| npm info activate jade@0.10.4 | |
| npm info postactivate jade@0.10.4 | |
| npm info install yeti@0.1.7pre | |
| npm info postinstall yeti@0.1.7pre | |
| Thanks for installing Yeti v0.1.7pre. | |
| Recently added to HISTORY.md: | |
| A Brief History of Yeti | |
| ======================= | |
| 0.1.7 / 2011-04-10 | |
| ------------------ | |
| * Updated to latest Express and Connect. | |
| * Works with npm 0.3. | |
| * Use nopt instead of optparse. | |
| 0.1.6 / 2011-03-29 | |
| ------------------ | |
| * Replaced optparse with built-in copy of optparse, since it isn't available on npm. | |
| 0.1.5 / 2011-03-29 | |
| ------------------ | |
| * Replaced optimist with optparse for CLI option parsing. | |
| Optimist didn't work with recent npm versions. | |
| npm info predeactivate yeti@0.1.6 | |
| npm info deactivate yeti@0.1.6 | |
| npm info postdeactivate yeti@0.1.6 | |
| npm info preactivate yeti@0.1.7pre | |
| npm info activate yeti@0.1.7pre | |
| npm info postactivate yeti@0.1.7pre | |
| npm info install qs@0.0.7 | |
| npm info postinstall qs@0.0.7 | |
| npm info preactivate qs@0.0.7 | |
| npm info activate qs@0.0.7 | |
| npm info postactivate qs@0.0.7 | |
| npm info build Success: nopt@1.0.4 | |
| npm info build Success: express@2.2.1 | |
| npm info build Success: connect@1.2.3 | |
| npm info build Success: abbrev@1.0.3 | |
| npm info build Success: mime@1.2.1 | |
| npm info build Success: connect@1.3.0 | |
| npm info build Success: jade@0.10.4 | |
| npm info build Success: yeti@0.1.7pre | |
| npm info build Success: qs@0.0.7 | |
| npm ok | |
| goer@lowerbicycle-lm /tmp/yeti $ cd - | |
| /tmp | |
| goer@lowerbicycle-lm /tmp $ cd ~/Documents/yui/ | |
| goer@lowerbicycle-lm ~/Documents/yui $ ls | |
| current extracted_pdfs notes original timesheet.tsv utils | |
| goer@lowerbicycle-lm ~/Documents/yui $ cd current/ | |
| goer@lowerbicycle-lm ~/Documents/yui/current $ cd examples/ | |
| goer@lowerbicycle-lm ~/Documents/yui/current/examples $ ls | |
| basic_debug_logging.html element_ishtml5.html test_case.html | |
| console_custom_event.html element_outerhtml.html test_events.html | |
| console_debug_logging.html element_properties.html test_mock_object.html | |
| console_event_filtering.html element_reference_id.html test_suite.html | |
| console_universal.html element_reference_various.html test_suite_reporter.html | |
| digg.js log_nodejs.js yuidoc_test.js | |
| element_collections.html report.php | |
| element_creation.html test_async.html | |
| goer@lowerbicycle-lm ~/Documents/yui/current/examples $ yeti test_case.html | |
| Fatal error: Error: ECONNREFUSED, Connection refused | |
| at Client._onConnect (net.js:597:18) | |
| at IOWatcher.onWritable [as callback] (net.js:186:12) | |
| If you believe this is a bug in Yeti, please report it: | |
| http://yuilibrary.com/projects/yeti/report | |
| or email: yeti@reidburke.com | |
| Yeti version: 0.1.7pre | |
| Node.js version: v0.4.3 | |
| goer@lowerbicycle-lm ~/Documents/yui/current/examples $ npm list installed | |
| npm info it worked if it ends with ok | |
| npm info using npm@0.3.18 | |
| npm info using node@v0.4.3 | |
| abbrev@1.0.3 active installed Like ruby's abbrev module, but in js | |
| connect@0.2.5 installed High performance middleware framework | |
| connect@0.5.0 installed High performance middleware framework | |
| connect@1.2.3 installed High performance middleware framework framework web middleware connect rack | |
| connect@1.3.0 active installed High performance middleware framework framework web middleware connect rack | |
| express@1.0.0rc3 installed Sinatra inspired web development framework framework sinatra web rest restful | |
| express@1.0.0 installed Sinatra inspired web development framework framework sinatra web rest restful | |
| express@2.2.1 active installed Sinatra inspired web development framework framework sinatra web rest restfu | |
| jade@0.5.0 installed Jade template engine | |
| jade@0.5.7 installed Jade template engine | |
| jade@0.10.4 active installed Jade template engine | |
| mime@1.2.1 active installed A comprehensive library for mime-type mapping util mime | |
| nopt@1.0.4 active installed Option parsing for Node, supporting types, shorthands, etc. Used by npm. | |
| npm@0.2.18 installed A package manager for node package manager modules install package.json | |
| npm@0.2.19 installed A package manager for node package manager modules install package.json | |
| npm@0.3.18 active installed A package manager for node package manager modules install package.json | |
| optparse@1.0.1 installed Command-line option parser option parser command-line cli terminal | |
| qs@0.0.7 active installed querystring parser | |
| yeti@0.1.1 installed The YUI Easy Testing Interface | |
| yeti@0.1.5 installed The YUI Easy Testing Interface YUI web app YUITest TDD BDD yui3 test | |
| yeti@0.1.6 installed The YUI Easy Testing Interface YUI web app YUITest TDD BDD yui3 test | |
| yeti@0.1.7pre active installed The YUI Easy Testing Interface YUI web app YUITest TDD BDD yui3 test | |
| npm ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment