From 36fbbed1b0321f27e6b2fb048c4afb22805b6477 Mon Sep 17 00:00:00 2001 From: MaxJa4 <74194322+MaxJa4@users.noreply.github.com> Date: Fri, 11 Mar 2022 10:21:50 +0100 Subject: [PATCH] Added link to docs of nodejs installation --- docs/install/manual.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install/manual.md b/docs/install/manual.md index 2a7bdb080..3d6231dc6 100644 --- a/docs/install/manual.md +++ b/docs/install/manual.md @@ -41,6 +41,9 @@ curl -fsSL https://rpm.nodesource.com/setup_lts.x | sudo bash - sudo npm install --global yarn ``` +!!! info "NodeJS installation issues" + If you run into problems with the NodeJS installation, please refer to the [official documentation](https://github.com/nodesource/distributions/blob/master/README.md). + ### Install postgresql requirements ```shell