Created
February 28, 2010 15:32
-
-
Save StanAngeloff/317632 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
[stan@psp-stan-arch ~]$ cd /home/stan/public/coffee-script/ | |
[stan@psp-stan-arch coffee-script]$ bin/cake build | |
[stan@psp-stan-arch coffee-script]$ bin/cake build:parser | |
Error: Cannot find module 'jison' | |
at loadModuleSync (node.js:842:13) | |
at require (node.js:950:12) | |
at /home/stan/public/coffee-script/lib/grammar.js:4:12 | |
at Object.<anonymous> (/home/stan/public/coffee-script/lib/grammar.js:580:2) | |
at Module._loadContent (node.js:966:21) | |
at Module._loadScriptSync (node.js:978:16) | |
at Module.loadSync (node.js:889:10) | |
at loadModuleSync (node.js:845:14) | |
at require (node.js:950:12) | |
at Object.action (eval at <anonymous> (/home/stan/public/coffee-script/lib/cake.js:46:19)) | |
[stan@psp-stan-arch coffee-script]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment