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

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 ~/.profile ``` (For Debian based distro) <br/>
``` source ~/.bashrc ``` (For Fedora / CentOS) <br/> ``` source ~/.bashrc ``` (For Fedora / CentOS) <br/>
``` nvm ls-remote ``` (Fetch list of available versions) <br/> ``` nvm ls-remote ``` (Fetch list of available versions) <br/>
``` nvm install v16.14.2 ``` (LTS: Gallium supported by Electron) <br/> ``` nvm install v16.16.0 ``` (LTS: Gallium supported by Electron) <br/>
``` npm -g install yarn ``` <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 ``` On BSD do a ``` pkg_add node followed by npm install -g yarn ```