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
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