diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..4fd02195 --- /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 14b202b8..9d3d2c58 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,9 @@ "ws": "^5.2.3", "yauzl": "^2.10.0" }, + "engines": { + "node": ">=10.0.0" + }, "repository": { "type": "git", "url": "https://github.com/Ylianst/MeshCentral.git"