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
It should be noted in the documentation that when you run rake, if it immediately fails to compile the coffee-script, you may need to install coffee-script. I was shocked that I needed to do this as I have rails 3.2.x installed and nodejs through npm.
Anyway you may need to run npm install -g coffee-script.
this might also be useful as merely an error message add on.
The text was updated successfully, but these errors were encountered:
It should be noted in the documentation that when you run rake, if it immediately fails to compile the coffee-script, you may need to install coffee-script. I was shocked that I needed to do this as I have rails 3.2.x installed and nodejs through npm.
Anyway you may need to run npm install -g coffee-script.
this might also be useful as merely an error message add on.
The text was updated successfully, but these errors were encountered: