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
thrownewError(`Using @css-blocks/ember on ${parentName} also requires ember-cli-htmlbars to be an addon for ${parentName} (ember-cli-htmlbars should be a dependency in package.json, not a devDependency)`);
213
213
}
214
-
if(!htmlBarsAddon.getTemplateCompiler){
215
-
thrownewError("This version of ember-cli-htmlbars is not compatible with @css-blocks/ember. Please upgrade.");
214
+
if(!htmlBarsAddon.transpileTree){
215
+
thrownewError(`Version ${htmlBarsAddon.pkg.version} of ember-cli-htmlbars for ${parentName}is not compatible with @css-blocks/ember. Please upgrade to ^5.2.0.`);
0 commit comments