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 31b6db6 + d12666b commit a868ceaCopy full SHA for a868cea
1 file changed
src/get-default-blueprint-name-override.js
@@ -20,7 +20,7 @@ module.exports = async function getBlueprintNameOverride(packageNameOrPath, cwd
20
packageJson = JSON.parse(await fs.readFile(localPackageJsonPath));
21
} else {
22
try {
23
- packageJson = await npm.json('view', packageNameOrPath, '--json');
+ packageJson = await npm.json('view', packageNameOrPath);
24
} catch (err) {
25
return null;
26
}
0 commit comments