Skip to content

Commit 5118b05

Browse files
fix: code
1 parent 61bc24e commit 5118b05

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/webpack-cli/lib/utils/prompt-installation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ async function promptInstallation(packageName, preMessage) {
2222
const commandToBeRun = `${packageManager} ${[
2323
packageManager === "yarn" ? "add" : "install",
2424
"-D",
25-
"--ignore-workspace-root-check",
2625
packageName,
2726
].join(" ")}`;
2827
const { colors } = utils;

0 commit comments

Comments
 (0)