This is an automated email from the ASF dual-hosted git repository.
zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 85d95b9c9 updated node version requirements for dev setup (#358)
85d95b9c9 is described below
commit 85d95b9c9ea6e7519a158eebaf69b9e7ddb41d34
Author: PalanikannanM <[email protected]>
AuthorDate: Mon Dec 26 18:55:43 2022 +0530
updated node version requirements for dev setup (#358)
---
README.md | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 493a195f4..8adee8421 100644
--- a/README.md
+++ b/README.md
@@ -4,19 +4,18 @@ This project keeps all sources used for building up DevLake's
official website w
## Prerequisite
-
-Please also make sure your node version is 10+, version lower than 10.x is not
supported yet.
-
+Please also make sure your node version is 16.14+, version lower than 16.14.x
is not supported yet.
+
## Installation
1. Run `yarn install` or `yarn` in the root directory to install the
dependencies.
2. Run `yarn start` in the root directory to start a local server, you will
see the website in http://localhost:3000.
-If you have higher version of node installed, you may consider `nvm` to allow
different versions of `node` coexisting on your machine.
+Make sure you have the `node` version `>=16.14`. If you have a lower version
of node installed, you may consider setting up `nvm` to allow different
versions of `node` coexisting on your machine.
-1. Follow the [instructions](http://nvm.sh) to install nvm
-2. Run `nvm install v10.23.1` to install node v10
-3. Run `nvm use v10.23.1` to switch the working environment to node v10
+1. Follow the [instructions](http://nvm.sh) to install and setup nvm
+2. Run `nvm install v16.14` to install node v16.14
+3. Run `nvm use v16.14` to switch the working environment to node v16
## How to send a PR