From 5b9c3e691a39ffd5b2d31fed50dd0b54cc0aa45a Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 8 Jun 2024 06:47:41 +0000 Subject: [PATCH] build(npm): --force flag to install optional deps of child deps required by https://github.com/curbengh/hexo-yam#cannot-find-module-mongodb-jszstd-linux-x64-gnu --- .npmrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 9ff7139..d610e1d 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ package-lock=false -optional=false +optional=true lockfile=false +force=true