-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading sails to 0.12 breaks handlebars #3559
Comments
+1 |
Try adding this to your
I'll take a look at why it's not working automatically. |
It works! Thanks :) |
0.12.1 has been released with this fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to get rid of the sails 0.11.x dependency on the express-handlebars 2.x.x which depended on handlebars < 4.
Apparently sails 0.12 does the trick, but it also breaks express-handlebars. I have the same problems as in #3232. When I upgrade to express-handlebars 3.0.0 and sails 0.12, I'm getting:
The text was updated successfully, but these errors were encountered: