Skip to content

Commit

Permalink
Update install-issues.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy authored Jul 27, 2024
1 parent 3d7a911 commit 31f4735
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/install-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 31f4735

Please sign in to comment.