mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 09:45:52 +00:00
Use latest supported nodejs
This commit is contained in:
parent
53dd15f841
commit
10d47b4f18
@ -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 ```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user