From 2a38a32edac29ecb9537e77edf0ca0d85f291644 Mon Sep 17 00:00:00 2001 From: suisrc Date: Tue, 28 Jul 2020 13:04:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20Cannot=20find=20module?= =?UTF-8?q?=20'rimraf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ff4f1a7633ba..45a5a33fa843 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,7 @@ "js-yaml": "^3.13.1", "limiter": "^1.1.5", "pem": "^1.14.2", + "rimraf": "^3.0.2", "safe-compare": "^1.1.4", "semver": "^7.1.3", "tar": "^6.0.1", From ffc5a13a733af5c36fe9e95182f8f676e7f4f4de Mon Sep 17 00:00:00 2001 From: suisrc Date: Thu, 30 Jul 2020 09:47:29 +0800 Subject: [PATCH 2/2] update yarn.lock for rimraf --- yarn.lock | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/yarn.lock b/yarn.lock index a808a9a50c57..93ac8181df0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6136,6 +6136,13 @@ rimraf@^2.6.2: dependencies: glob "^7.1.3" +rimraf@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== + dependencies: + glob "^7.1.3" + ripemd160@^2.0.0, ripemd160@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"