From becea73cf4d1ed89e5ea8a6ebae9b50989a3a538 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 30 Sep 2021 16:18:07 +0200 Subject: [PATCH 1/2] put node and npm version in package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 4a35f0d6c6..6067902eba 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,10 @@ "bin": { "remix-ide": "./apps/remix-ide/bin/remix-ide" }, + "engines": { + "node": "^14.17.6", + "npm": "^6.14.15" + } "scripts": { "nx": "nx", "start": "nx start", From 00c12168bceac9f7c6cd7b2a91540771141c71a7 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 30 Sep 2021 16:20:13 +0200 Subject: [PATCH 2/2] fix formatting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6067902eba..7560f7e22e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "engines": { "node": "^14.17.6", "npm": "^6.14.15" - } + }, "scripts": { "nx": "nx", "start": "nx start",