Created
January 31, 2011 06:02
-
-
Save rramsden/803696 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
# node version | |
v0.3.8-pre | |
rramsden@rramsden-laptop:~$ npm install coffee-script | |
npm info it worked if it ends with ok | |
npm info using [email protected] | |
npm info using [email protected] | |
npm info preinstall [email protected] | |
npm info install [email protected] | |
npm info postinstall [email protected] | |
npm info predeactivate [email protected] | |
npm info deactivate [email protected] | |
npm info postdeactivate [email protected] | |
npm info preactivate [email protected] | |
npm info activate [email protected] | |
npm info postactivate [email protected] | |
npm info build Success: [email protected] | |
npm ok | |
rramsden@rramsden-laptop:~$ coffee | |
TypeError: Cannot read property 'isTTY' of undefined | |
at new Interface (readline.js:37:24) | |
at Object.createInterface (readline.js:17:10) | |
at Object.<anonymous> (/home/rramsden/opt/node/lib/node/.npm/coffee-script/1.0.0/package/lib/repl.js:32:19) | |
at Object.<anonymous> (/home/rramsden/opt/node/lib/node/.npm/coffee-script/1.0.0/package/lib/repl.js:42:4) | |
at Module._compile (module.js:287:26) | |
at Object..js (module.js:293:10) | |
at Module.load (module.js:219:31) | |
at Function._load (module.js:186:10) | |
at require (module.js:231:19) | |
at Object.run (/home/rramsden/opt/node/lib/node/.npm/coffee-script/1.0.0/package/lib/command.js:45:14) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment