guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
143 stars 7 forks source link

npm install version verification #22

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

The npm install task check currently only checks the package exists in node_modules. We should update this to check the package exists and is the right version range.

guybedford commented 2 years ago

Depends on https://github.com/guybedford/chomp/issues/23.

guybedford commented 2 years ago

With the new npm:verify template, it is no longer necessary to lean so heavily on the auto installs. In addition auto installs now inline their versions. Let's come back to this if it remains a problem in future.