You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: