From adefe6a808c64ac506bf091f14c1e7b09cb20bb4 Mon Sep 17 00:00:00 2001 From: Jason Fairchild Date: Mon, 15 Jul 2024 15:40:53 +1000 Subject: [PATCH] Fix(#91): Add node / nvm build error note to the README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 70113a05..199e7f10 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,15 @@ directory as an argument! See below for installation options. - run `./configure ` - 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://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