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

Update node and npm

This commit is contained in:
AlphaX-Projects 2023-04-14 12:44:07 +02:00 committed by GitHub
parent cb5891732e
commit 7891733ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,9 +27,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 v18.12.1 ``` (LTS: Hydrogen supported by Electron) <br/>
``` nvm install v18.14.0 ``` (LTS: Hydrogen supported by Electron) <br/>
``` npm --location=global install yarn@1.22.19 ``` <br/>
``` npm --location=global install npm@9.4.2 ``` <br/>
``` npm --location=global install npm@9.6.4 ``` <br/>
On BSD do a ``` pkg_add node followed by npm install -g yarn ```