From 7cc1d58afdda8d0556de432bb5ce7195a149fd98 Mon Sep 17 00:00:00 2001 From: Michael Davidson Date: Tue, 5 Sep 2023 13:15:06 -0400 Subject: [PATCH] Update package.json Added the engines property to package.json because i spent too long on node 18 and it only works with node 16 --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 37565ea44..93d52509c 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "Notus React - A free Tailwind CSS and React UI Kit and Admin by Creative Tim.", "repository": "https://github.com/creativetimofficial/notus-react", "license": "MIT", + "engines": { + "npm": "<=10.0.0", + "node": ">=16.0.0 <17.0.0" + }, "dependencies": { "@fortawesome/fontawesome-free": "5.15.3", "@popperjs/core": "2.9.1",