From afa1a1dba085ce7247b5e2c21b4e18fba75f5cdc Mon Sep 17 00:00:00 2001 From: lambrosini Date: Tue, 6 Oct 2020 20:49:15 +0200 Subject: [PATCH] Specify node v10, since it does not work with v12 --- .npmrc | 1 + package.json | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..4fd0219 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +engine-strict=true \ No newline at end of file diff --git a/package.json b/package.json index ca62dba..23f7eb2 100644 --- a/package.json +++ b/package.json @@ -48,5 +48,8 @@ "react-toastify": "4.5.2", "tabookey-gasless": "0.4.0-beta2", "web3": "1.0.0-beta.37" + }, + "engines": { + "node": "10" } }