From d9e40b4f8b60acb8db8d98c4149566bdb3b4baa8 Mon Sep 17 00:00:00 2001 From: Tianyi Liang <tianyi@igem.org> Date: Thu, 23 May 2024 13:38:05 +0000 Subject: [PATCH] docs: quick fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 606bb4b..e6587de 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ for web development. ``` 2. Install the dependencies: ```bash - yarn install + yarn install ``` ### Important: - Your Node version must be >=20.0.0. You can check your Node version by running `node -v` in your terminal. - + Ensure you are using Node.js version `^18.18.0 or >=20.0.0` to mostly avoid compatibility issues. Node `v18.20.0` is + recommended for this project. You can check your Node version by running `node -v` in your terminal. 3. Start the development server: ```bash -- GitLab