-
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
Problems installing 0.12.x with handlebars templates #3232
Comments
Note: on reinstalling |
Thanks for the heads up @ksnyde. Just to make sure we're on the same page: the handlebars generators are community-supported features that won't be officially sponsored by development hours from our core team for Sails v1.0 (however runtime support for |
Thanks @mikermcneil, sorry for the noob question but are you saying the issue above is likely to be resultant of template generation not doing something correctly (versus a runtime processing issue)? If that's the case, where is the best place for me to submit this type of issue? |
It looks like this is an issue with Node 4 / express-handlebars. Would you try this again with the latest version of Sails? |
@mikermcneil I don't think that a 0.12 series of Sails has been published with the node 4 fixes yet. Has it? |
Thanks for posting, @ksnyde. I'm a repo bot-- nice to meet you! It has been 30 days since there have been any updates or new comments on this page. If this issue has been resolved, feel free to disregard the rest of this message. On the other hand, if you are still waiting on a patch, please:
Thanks so much for your help! |
I am new to sails and so I started by installing 0.11.1 with handlebars as the templating engine:
Worked like a charm but then I realised that the hook for Swagger only worked with 0.12 and possibly only with the code on master. So I then preceeded to walk a little closer to the bleeding edge with:
This didn't go so well. Tons of errors on the install. Here's a small clipping:
If I had to guess it may have something to do with me using node
4.0.0
but this did work just fine with Sails0.11.1
. After a cascade of errors, however, it does install. I then create two new projects:Lifting
foo
appears to work (in this bare bones example) but liftingbar
gives the following error:The text was updated successfully, but these errors were encountered: