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
letversionString=babel ? `version ${babel.pkg.version}` : `no instance of ember-cli-babel`;
149
+
letversionString=babel ? `version ${babel.pkg.version} installed` : `no instance of ember-cli-babel installed in your dependencies (check if it's in devDependencies instead?)`;
150
150
this.ui.writeWarnLine(
151
-
`ember-cli-typescript requires ember-cli-babel ^7.17.0, but you have ${versionString} installed; `+
151
+
`ember-cli-typescript requires ember-cli-babel ^7.17.0, but you have ${versionString}; `+
152
152
'your TypeScript files may not be transpiled correctly.'
0 commit comments