Open
Description
A package.json
file can have an engines
section where Node.js and npm required versions can be defined, it would be great if check-dependencies supported this.
Ref: https://docs.npmjs.com/files/package.json#engines
Example:
"engines": {
"node": ">=6.9.1",
"npm": "^5.2.0"
}
The above is what I plan on changing a few projects I work on and if grunt-check-dependencies
were to then throw a warning that a user has an older npm 3.x or 4.x, 5.0.x or 5.1.x installed that would be fantastic.
Metadata
Metadata
Assignees
Labels
No labels