4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Use latest supported nodejs

This commit is contained in:
AlphaX-Projects 2022-10-18 18:59:02 +02:00 committed by GitHub
parent 53dd15f841
commit 10d47b4f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,9 @@ Easiest way to install the lastest required packages on Linux is via nvm.
``` source ~/.profile ``` (For Debian based distro) <br/>
``` source ~/.bashrc ``` (For Fedora / CentOS) <br/>
``` nvm ls-remote ``` (Fetch list of available versions) <br/>
``` nvm install v16.14.2 ``` (LTS: Gallium supported by Electron) <br/>
``` npm -g install yarn ``` <br/>
``` nvm install v16.16.0 ``` (LTS: Gallium supported by Electron) <br/>
``` npm --location=global install yarn ``` <br/>
``` npm --location=global install npm@8.19.2 ``` <br/>
On BSD do a ``` pkg_add node followed by npm install -g yarn ```