We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c99e7 commit 2567c25Copy full SHA for 2567c25
1 file changed
packages/ember-cli-fastboot/index.js
@@ -395,13 +395,13 @@ module.exports = {
395
},
396
397
_getEmberCliVersion() {
398
- const checker = getVersionChecker(this);
+ const checker = getVersionChecker(this.project);
399
400
return checker.for('ember-cli', 'npm');
401
402
403
_getEmberVersion() {
404
405
const emberVersionChecker = checker.for('ember-source', 'npm');
406
407
if (emberVersionChecker.version) {
0 commit comments