Skip to content

Commit

Permalink
Merge branch 'main' into SimonVanherweghe-patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVanherweghe authored Oct 24, 2023
2 parents 4e596dc + 7404fa8 commit 3774f0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/modules/packages-02-npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ You might have noticed the 'Node' in Node package manager, it won't come as a su

### nvm

:::caution Warning
Be sure to have a `.zshrc` file in your home directory. If you don't have one, create it with `touch ~/.zshrc` Otherwise, the installation of nvm will fail.
:::

To handle different Node.js versions easaly, there is a tool called `nvm` (node version manager) Lets start by [installing](https://github.com/nvm-sh/nvm#installing-and-updating) this one first. [^1] See the documentation for the most recent version, the command is something like this:

```bash
Expand Down

0 comments on commit 3774f0b

Please sign in to comment.