mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Merge pull request #5573 from exoego/docs/5572_node-version-contributing-md
docs: fix node version in CONTRIBUTING.md
This commit is contained in:
commit
0044aa3029
@ -56,7 +56,7 @@ The following commands must be sufficient enough to start with:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://get.pnpm.io/install.sh | sh -
|
curl -fsSL https://get.pnpm.io/install.sh | sh -
|
||||||
pnpm env use --global 18
|
pnpm env use --global 20
|
||||||
```
|
```
|
||||||
|
|
||||||
You may also need to reload `.shrc` or `.bashrc` afterwards.
|
You may also need to reload `.shrc` or `.bashrc` afterwards.
|
||||||
|
@ -52,7 +52,7 @@ The following commands must be sufficient enough to start with:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://get.pnpm.io/install.sh | sh -
|
curl -fsSL https://get.pnpm.io/install.sh | sh -
|
||||||
pnpm env use --global 18
|
pnpm env use --global 20
|
||||||
```
|
```
|
||||||
|
|
||||||
You may also need to reload `.shrc` or `.bashrc` afterwards.
|
You may also need to reload `.shrc` or `.bashrc` afterwards.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user