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.
2 parents 52a08f9 + 200c7cb commit 1ffafb7Copy full SHA for 1ffafb7
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