From 7891733ca580cff920ecbee727015ce9d8b540f4 Mon Sep 17 00:00:00 2001
From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com>
Date: Fri, 14 Apr 2023 12:44:07 +0200
Subject: [PATCH] Update node and npm
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3fcec3b0..ea2cb8fc 100644
--- a/README.md
+++ b/README.md
@@ -27,9 +27,9 @@ Easiest way to install the lastest required packages on Linux is via nvm.
``` source ~/.profile ``` (For Debian based distro)
``` source ~/.bashrc ``` (For Fedora / CentOS)
``` nvm ls-remote ``` (Fetch list of available versions)
-``` nvm install v18.12.1 ``` (LTS: Hydrogen supported by Electron)
+``` nvm install v18.14.0 ``` (LTS: Hydrogen supported by Electron)
``` npm --location=global install yarn@1.22.19 ```
-``` npm --location=global install npm@9.4.2 ```
+``` npm --location=global install npm@9.6.4 ```
On BSD do a ``` pkg_add node followed by npm install -g yarn ```