Created
March 27, 2010 18:44
-
-
Save fizx/346283 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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