Currently this error is impossible to silence without updated the engines.node field:
ERROR Your Node version is incompatible with "/xxx/app".
Expected version: =8.0.0
Got: v12.4.0
This is happening because the package's manifest has an engines.node field specified.
To fix this issue, install the required Node version.
npm doesn't require engines.node to be satisfied by default.
Currently this error is impossible to silence without updated the
engines.nodefield:npm doesn't require
engines.nodeto be satisfied by default.