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 61bc24e commit 5118b05Copy full SHA for 5118b05
1 file changed
packages/webpack-cli/lib/utils/prompt-installation.js
@@ -22,7 +22,6 @@ async function promptInstallation(packageName, preMessage) {
22
const commandToBeRun = `${packageManager} ${[
23
packageManager === "yarn" ? "add" : "install",
24
"-D",
25
- "--ignore-workspace-root-check",
26
packageName,
27
].join(" ")}`;
28
const { colors } = utils;
0 commit comments