artursapek / mondrian

Web-based vector graphics editor
MIT License
1.24k stars 104 forks source link

"Class BuildShell could not be loaded" #45

Open ocdtrekkie opened 9 years ago

ocdtrekkie commented 9 years ago

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 run cake 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.

artursapek commented 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.