ioBroker / ioBroker.repochecker

Check the ioBroker adapter github repositories if they can be added to public ioBroker repository
MIT License
8 stars 8 forks source link

Check node requirements of dependencies #259

Open mcm1957 opened 3 months ago

mcm1957 commented 3 months ago

Checker should scan io-package.json (if present) and extract engines: node entries. It should check whether any subcomponent requires a node version incompatible to eingines clause of adapter.

if package-lock is not present eventually it could be created during check. See npm install --package-lock-only