Correct nvm how to install info

This commit is contained in:
bl00dymarie
2022-07-10 13:56:31 +02:00
parent a8a72ddbf4
commit 5920e67a1a
+2 -4
View File
@@ -31,15 +31,13 @@ or clone it with HTTPS
git clone https://gitlab.com/bloodyhealth/drip.git git clone https://gitlab.com/bloodyhealth/drip.git
### 2. Node & npm version ### 2. Node & npm version
Make sure you are running Node 14 and npm 6.14.17. It's easiest to switch Node versions using `nvm`, here's how to do it: Make sure you are running Node 14 and npm 6.14.17. It's easiest to switch Node versions using `nvm`, here's how to install NVM: https://github.com/nvm-sh/nvm#installing-and-updating. Once you have nvm you can install node 14:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
nvm install v14.19.3 nvm install v14.19.3
and run and then run
cd drip cd drip
npm install npm install