From dcb2924ade067ba6145799e5314cf1891a3b70f0 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:26:13 +0200 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3682cd..10ae91e 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,27 @@ Search on Google for nginx-setting ### Install NODE -This will install the latest nodejs +**See source**: [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) - curl -sL https://deb.nodesource.com/setup_19.x | sudo -E bash - - sudo apt-get install -y nodejs +**curl to setup the node.js repository in your sources.** + +`curl -sL https://deb.nodesource.com/setup_9.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` + +## Optional ( +**Install bower**. __*NOTE:*__ Used by https://github.com/adiwg/mdEditor + +### Warning +``` +npm WARN deprecated bower@1.8.2: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/ +/usr/bin/bower -> /usr/lib/node_modules/bower/bin/bower +``` + +*YOU HAVE BEEN WARNED* + +`sudo npm install -g bower` ### Run core-geth