Skip to content

Commit

Permalink
Fix(jannis-baum#91): Add node / nvm build error note to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweekism committed Jul 15, 2024
1 parent 09e4264 commit adefe6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ directory as an argument! See below for installation options.
- run `./configure <install_dir>`
- run `make install`

> [!IMPORTANT]
> Some Linux distributions package a version of Node.js that will fail to build Vivify. In that case you'll need to download an official version from nodejs.org. The easiest way to do this is using [Node Version Manager (nvm)](https:/nvm-sh/nvm/blob/master/README.md)
>
> ```
> curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
> exec bash
> nvm install node
> ```

## Get help

Is something not working or do you have any questions? [Start a
Expand Down

0 comments on commit adefe6a

Please sign in to comment.