From 3b26e82d420eaf5f8f202534774d0e680d7120ed Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Sun, 23 Jul 2023 17:38:04 +0200 Subject: [PATCH] Update npm and niodejs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d9c3ddc..ee11d8c0 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ 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.14.0 ``` (LTS: Hydrogen supported by Electron)
-``` npm --location=global install npm@9.7.2 ```
+``` nvm install v18.15.0 ``` (LTS: Hydrogen supported by Electron)
+``` npm --location=global install npm@9.8.1 ```
Adding via binary package mirror will only work if you have set the package path. You can do a node or java build via ports instead by downloading ports with portsnap fetch method.