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 f1bde5b commit 74ca541Copy full SHA for 74ca541
packages/@vue/cli/lib/util/getPkg.js
@@ -11,7 +11,7 @@ function getPackageJson (projectPath) {
11
try {
12
packageJson = fs.readFileSync(packagePath, 'utf-8')
13
} catch (err) {
14
- throw new Error(`${packagePath} not exist`)
+ throw new Error(`The package.json file at '${packagePath}' does not exist`)
15
}
16
17
0 commit comments