From 9bbc7c01266ec1d25f324ed4a835fccfac8e9866 Mon Sep 17 00:00:00 2001 From: Hayk Martiros Date: Sun, 18 Dec 2022 22:27:57 -0800 Subject: [PATCH] Add node prereq to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0f605d..73a4d9e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ It is built with Next.js, React, Typescript, three.js, Tailwind, and Vercel. This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). -Install: +First, make sure you have Node v18 or greater installed using `node --version`. + +Install packages: ```bash npm install