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