From ed3bb5783a8601e9e146b0640767a37b41148181 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Sat, 14 Jan 2023 18:09:48 +0100 Subject: [PATCH] New npm version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02a93a20..a81e8f38 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Easiest way to install the lastest required packages on Linux is via nvm. ``` nvm ls-remote ``` (Fetch list of available versions)
``` nvm install v16.17.1 ``` (LTS: Gallium supported by Electron)
``` npm --location=global install yarn@1.22.19 ```
-``` npm --location=global install npm@9.2.0 ```
+``` npm --location=global install npm@9.3.0 ```
On BSD do a ``` pkg_add node followed by npm install -g yarn ```