From 2c5c9b353c5d8f19f8d7307169b3b7ad18a07cf2 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:40:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ae91e..59bfa4b 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Search on Google for nginx-setting **curl to setup the node.js repository in your sources.** -`curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -` +`curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -` **Now install node.js.** *Note the command name changes in ubuntu, `nodejs` instead of `node`. This is to avoid a name conflict with a package called `node` in ubuntu. `sudo apt-get install -y nodejs`