Skip to content

Commit 8112fa9

Browse files
Add note about yarn berry in installation docs
1 parent 840a322 commit 8112fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ With the instructions below, our new standard library [ReScript Core](https://gi
1515
- [Node.js](https://nodejs.org/) version >= 14
1616
- One of the following package managers:
1717
- [npm](https://docs.npmjs.com/cli/) (comes with Node.js)
18-
- [yarn](https://yarnpkg.com/)
18+
- [yarn](https://yarnpkg.com/) (yarn versions >1 need to set `nodeLinker: node-modules` in `.yarnrc.yml`)
1919
- [pnpm](https://pnpm.io/)
2020
- [bun](https://bun.sh/)
2121

0 commit comments

Comments
 (0)