-
-
Save joshkehn/76bb706abfc904bf2200 to your computer and use it in GitHub Desktop.
This file contains 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
/Users/josh/Dropbox/Projects/markover/mongo-spider/node_modules/prompt/lib/prompt.js:215 | |
stdout.write(msg); | |
^ | |
TypeError: Cannot call method 'write' of undefined | |
at EventEmitter.getInput (/Users/josh/Dropbox/Projects/markover/mongo-spider/node_modules/prompt/lib/prompt.js:215:10) | |
at get (/Users/josh/Dropbox/Projects/markover/mongo-spider/node_modules/prompt/lib/prompt.js:164:12) | |
at /Users/josh/Dropbox/Projects/markover/mongo-spider/node_modules/prompt/node_modules/async/lib/async.js:118:13 | |
at Object.forEachSeries (/Users/josh/Dropbox/Projects/markover/mongo-spider/node_modules/prompt/node_modules/async/lib/async.js:134:9) | |
at EventEmitter.get (/Users/josh/Dropbox/Projects/markover/mongo-spider/node_modules/prompt/lib/prompt.js:175:9) | |
at /Users/josh/Dropbox/Projects/markover/mongo-spider/lib/dux/commands/web.js:90:28 | |
at /Users/josh/Dropbox/Projects/markover/mongo-spider/lib/dux/storage.js:55:13 | |
at [object Object].<anonymous> (fs.js:114:5) | |
at [object Object].emit (events.js:64:17) | |
at afterRead (fs.js:1080:12) |
heapwolf
commented
Nov 7, 2011
is the version up to date?
Versions:
- node --version
v0.6.1-pre
- npm --version
1.0.104
- prompt
0.1.10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment