From e470c0a1a05d7117252599ce17bcb78daa28163b Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Fri, 17 Feb 2023 15:36:23 +0100 Subject: [PATCH] enforce the engine requirements to ensure Node.js is >v15.0.0 when running npm install to prevent issues like https://github.com/schlagmichdoch/PairDrop/issues/33 --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..b6f27f1 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +engine-strict=true