Skip to content

Commit 8861fa2

Browse files
Adds callout to use NVM when install CLI. (#246)
1 parent 6a0055d commit 8861fa2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/reference/command-line-interface.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Follow these steps to install Entropy globally using NPM:
3939
v20.18.0
4040
```
4141

42+
{{< callout type="info" >}}
43+
Consider using [Node Version Manager (NVM)](https://github.com/nvm-sh/nvm) to keep your Node installation organized. NVM also makes it trivial to switch between Node versions when necessary.
44+
{{< /callout >}}
45+
4246
1. Install the Entropy CLI globally using NPM:
4347

4448
```shell

0 commit comments

Comments
 (0)