From d28db38341a030f4881f05104c9c70f421ee607f Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 16 Apr 2021 15:13:34 +0200 Subject: [PATCH] chore: legacy-peer-deps wont work with non npm --- packages/webpack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 9874380a6..5517f223d 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -32,7 +32,7 @@ "npm_alias":"npm" }, "scripts": { - "clean": "npx rimraf -- node_modules package-lock.json && $npm_package_config_npm_alias i --ignore-scripts --legacy-peer-deps", + "clean": "npx rimraf -- node_modules package-lock.json && $npm_package_config_npm_alias i --ignore-scripts", "tsc": "tsc", "postinstall": "node postinstall.js", "preuninstall": "node preuninstall.js",