Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sahlhoff committed Feb 4, 2013
1 parent 935003d commit 5206e37
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'init' ]
2 info using npm@1.1.63
3 info using node@v0.8.12
4 verbose read json /Users/chadsahlhoff/node/pearson/eyewitness/package.json
5 silly package data undefined
6 info init written successfully
7 error Error: canceled
7 error at Interface.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/read/lib/read.js:65:13)
7 error at Interface.EventEmitter.emit (events.js:123:20)
7 error at Interface._ttyWrite (readline.js:606:16)
7 error at ReadStream.onkeypress (readline.js:98:10)
7 error at ReadStream.EventEmitter.emit (events.js:123:20)
7 error at emitKey (readline.js:1057:12)
7 error at ReadStream.onData (readline.js:806:7)
7 error at ReadStream.EventEmitter.emit (events.js:93:17)
7 error at TTY.onread (net.js:396:14)
8 error If you need help, you may report this log at:
8 error <http://github.com/isaacs/npm/issues>
8 error or email it to:
8 error <npm-@googlegroups.com>
9 error System Darwin 12.2.0
10 error command "node" "/usr/local/bin/npm" "init"
11 error cwd /Users/chadsahlhoff/node/pearson/eyewitness
12 error node -v v0.8.12
13 error npm -v 1.1.63
14 verbose exit [ 1, true ]

0 comments on commit 5206e37

Please sign in to comment.