Node.js 更新handlebarJS预编译器

Node.js 更新handlebarJS预编译器,node.js,cordova,requirejs,handlebars.js,Node.js,Cordova,Requirejs,Handlebars.js,我使用handlebar预编译器使用命令编译handlebar模板 handlebars *.tpl -f *.js 我使用handlebar.runtime-v1.1.2.js来使用预编译的handlebar模板 何时使用以下代码执行编译后的模板 Handlebars.template('****'); 我犯了一个错误 Uncaught Error: Template was precompiled with an older version of Handlebars than the

我使用handlebar预编译器使用命令编译handlebar模板

handlebars *.tpl -f *.js
我使用handlebar.runtime-v1.1.2.js来使用预编译的handlebar模板

何时使用以下代码执行编译后的模板

Handlebars.template('****');
我犯了一个错误

Uncaught Error: Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version (>= 1.0.0) or downgrade your runtime to an older version (<= 1.0.rc.2).

Uncaught错误:模板是使用比当前运行时旧的Handlebar版本预编译的。请将预编译器更新为较新版本(>=1.0.0),或将运行时降级为较旧版本(在这个问题中,RequireJS是一个怎样的因素?