Checks that all dependencies in your package.json have supported versions installed and complies with your specified node engine version range
112
stars
7
forks
source link
Add option to only enforce lower version bound? #101
Open
voxpelli opened 4 months ago
Not failing when engines is
>=18.18.0
but a dependency wants^18.18.0 || ^20.9.0 || >=21.1.0
?