Skip to content

Commit

Permalink
docs(#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 7a1b62b
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`

> [!NOTE]
> 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 https://nodejs.org/. The recommended method is to use [Node Version Manager (nvm)](https://github.com/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 7a1b62b

Please sign in to comment.