Skip to content

Commit

Permalink
docs(npm): document support for pnpm9 (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Aug 9, 2024
1 parent 3fba3dc commit acb0f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If your code works with pnpm, then you should expect it works under Bazel as wel
This means that if your issue can be reproduced outside of Bazel, using a reproduction with only pnpm,
then we ask that you fix the issue there, and will close such issues filed on rules_js.

Supported pnpm versions are 7-8 (lockfile versions 5.4-6.1) with pnpm 9 (lockfile 9) support in progress (see [1652](https://github.com/aspect-build/rules_js/issues/1652)).
Supported pnpm versions are 7-9 (lockfile versions 5.4-6.1, 9).

The typical usage is to import an entire `pnpm-lock.yaml` file.
Create such a file if you don't have one. You could install pnpm on your machine, or use `npx` to run it.
Expand Down

0 comments on commit acb0f7e

Please sign in to comment.