From ee4c9b83e98e3f918789a7c35e8ba19dc9977a4c Mon Sep 17 00:00:00 2001 From: Akash Jaiswal Date: Mon, 2 Oct 2023 03:03:59 +0530 Subject: [PATCH] docs: updated the development guide --- guides/DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/DEVELOPMENT.md b/guides/DEVELOPMENT.md index ebd27907..e6205ad3 100644 --- a/guides/DEVELOPMENT.md +++ b/guides/DEVELOPMENT.md @@ -7,8 +7,8 @@ This file acts as a way to document how to develop the Terra Draw project locall A few things you will need to have installed in order to develop on this project: - git -- Node LTS - currently v16 -- npm 8 +- Node LTS - currently v18 +- npm 9 ### Folder Structure