Added link to docs of nodejs installation

This commit is contained in:
MaxJa4 2022-03-11 10:21:50 +01:00 committed by GitHub
parent 34f70e4ba7
commit 36fbbed1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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