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 659be93 commit 200c7cbCopy full SHA for 200c7cb
packages/cli/bin/install-edition.js
@@ -1,6 +1,6 @@
1
'use strict';
2
const path = require('path');
3
-const pkg = require('../package.json');
+const pkg = require(path.resolve(process.cwd(), 'package.json'));
4
const {
5
checkAndInstallPackage,
6
copyAsync,
0 commit comments