Skip to content

Instantly share code, notes, and snippets.

@rramsden
Created January 31, 2011 06:02
Show Gist options
  • Save rramsden/803696 to your computer and use it in GitHub Desktop.
Save rramsden/803696 to your computer and use it in GitHub Desktop.
# 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 npm@0.2.16
npm info using node@v0.3.8-pre
npm info preinstall coffee-script@1.0.0
npm info install coffee-script@1.0.0
npm info postinstall coffee-script@1.0.0
npm info predeactivate coffee-script@1.0.0
npm info deactivate coffee-script@1.0.0
npm info postdeactivate coffee-script@1.0.0
npm info preactivate coffee-script@1.0.0
npm info activate coffee-script@1.0.0
npm info postactivate coffee-script@1.0.0
npm info build Success: coffee-script@1.0.0
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