简体   繁体   中英

Ember-cli: New project without Handlebars

I am creating a new project by issuing the following command:

ember new todomvc

The problem is that the new project does not have HandleBars loaded. This is what I see in the console:

ember.debug.js:4888 DEBUG: Ember      : 1.12.0
ember.debug.js:4888 DEBUG: Ember Data : 1.0.0-beta.17
ember.debug.js:4888 DEBUG: jQuery     : 1.11.3  

Any ideas why? How can I load handlebars from an ember-cli created project?

Since Version 1.10, ember is dependent on HTMLBars. You can read more here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM