Skip to content

Instantly share code, notes, and snippets.

@fizx
Created March 27, 2010 18:44
Show Gist options
  • Select an option

  • Save fizx/346283 to your computer and use it in GitHub Desktop.

Select an option

Save fizx/346283 to your computer and use it in GitHub Desktop.
kyles-macbook:coffee-script kyle$ cat hello.coffee
puts "hi";
kyles-macbook:coffee-script kyle$ echo "require './hello'" | coffee -i
/Users/kyle/Git/coffee-script,/Users/kyle/Git/coffee-script/lib,/Users/kyle/.node_libraries,/usr/local/lib/node/libraries
coffee> Error: Cannot find module './hello'
at loadModuleSync (node.js:543:13)
at require (node.js:651:12)
at EventEmitter.<anonymous> (eval at readline (/Users/kyle/Git/coffee-script/lib/repl.js:19:25))
at EventEmitter.readline (/Users/kyle/Git/coffee-script/lib/repl.js:19:13)
at node.js:756:9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment