From 31f4735170eb3aace64d016804f8a550861e603b Mon Sep 17 00:00:00 2001 From: Xinyu Ma Date: Sat, 27 Jul 2024 11:51:37 -0700 Subject: [PATCH] Update install-issues.md --- docs/install-issues.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/install-issues.md b/docs/install-issues.md index 035e234..c147e80 100644 --- a/docs/install-issues.md +++ b/docs/install-issues.md @@ -65,3 +65,10 @@ WARN  GET https://registry.npmjs.org/@codemirror/language/-/language-6.10.2.tg ```strict-store-pkg-content-check=false``` - Try pnpm install again + +## Clean PNPM cache for nightly built NDNts + +- Use `pnpm store path` to figure out the cache path. +- Delete all files starting with `@ndnts-nightly*` under that path. +- Update and force install: `pnpm update`, `pnpm install --force`. +- If there is still issue, remove `pnpm-lock.yaml` and `node_modules` folder and then repeat last step.