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 Mar 26, 2018. It is now read-only.
When creating a new project with the handlebars template framework (yo backbone --template-framework=handlebars) I got some issues with wrong version numbers:
Hi
When creating a new project with the handlebars template framework (
yo backbone --template-framework=handlebars
) I got some issues with wrong version numbers:"handlebars": "~1.3.0"
"grunt-contrib-handlebars": "^0.8.0",
And heres the problem. With version 0.9.0 grunt-contrib-handlebars dropped support for handlebars 1.3.0.
I changed the version to
0.7.0
for me, but I thought this should be fixed in the generator.The text was updated successfully, but these errors were encountered: