From c8a3b959dd0ae8a0725198bb03bfad4b647f63b9 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 12 May 2021 21:44:57 +0530 Subject: Specify node, npm and node-gyp versions. Use caret to lock lower limit till minor version of node, node-gyp and npm. --- .npmrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.npmrc') diff --git a/.npmrc b/.npmrc index cad57977c..aafab1669 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ -save-exact = true \ No newline at end of file +save-exact = true +engine-strict = true -- cgit v1.2.3-54-g00ecf