Can anyone help with the handlebars.js problem?
I precompile templates using handlesbars running on Centos 6.4. To install this, I installed:
- npm: yum -y --enablerepo = epel install npm
- inherits first to avoid the problem: npm install -g inherits
- then handled themselves: npm install -g handlebars
This gives the following versions:
- handlebars@2.0.0-alpha.1 / usr / lib / node_modules / handlebars
- optimist@0.3.7 ( wordwrap@0.0.2 )
- uglify-js@2.3.6 ( async@0.2.10 , source-map@0.1.31 )
I use requirejs to download the following application:
- jQuery v1.11.0
- Underscore.js 1.6.0
- handlebars v1.3.0 (with amd)
- backbone.js 1.1.0
Does anyone have a set of version numbers that work together?
Thanks!
source share