Skip to content

Commit 0ba3598

Browse files
chore: require Node.js >= 22.0.0
[email protected] requires Node.js 22+ to work with CommonJS require(). Users on older Node versions will see a compatibility warning during installation. Fixes compatibility issues with uuid dependency on Node.js < 22.
1 parent 4fa33fe commit 0ba3598

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"https://github.com/jopyth/MMM-Remote-Control/graphs/contributors"
2424
],
2525
"type": "commonjs",
26+
"engines": {
27+
"node": ">=22.0.0"
28+
},
2629
"scripts": {
2730
"demo": "cd ../../ && MM_CONFIG_FILE=modules/MMM-Remote-Control/demo.config.js node --run start:wayland:dev",
2831
"download_modules": "node ./scripts/download_modules_manually.mjs",

0 commit comments

Comments
 (0)