Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created February 28, 2010 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StanAngeloff/317632 to your computer and use it in GitHub Desktop.
Save StanAngeloff/317632 to your computer and use it in GitHub Desktop.
[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