Open ocdtrekkie opened 9 years ago
Hi, sorry, I just saw this. I have never seen that error, but I know cake
comes with coffeescript and this project's package.json
dictates that it should be used with coffeescript version ~1.6.3
. If you run npm install
in this directory, you should be able to run cake build
just fine. I have no clue what apt-get
installs.
Currently, your build instructions are erroring out on Ubuntu 14.04 with Cake installed via apt-get. When I run
cake build
I get: "Class BuildShell could not be loaded." And if I runcake server
I get "Class ServerShell could not be loaded." Some vague Internet exploration indicates it could be because of a Cake version.I have never used Cake before and it's entirely possible I am doing something bad.