dylang/npm-check

Save changes to package.json only

wmertens opened this issue · 2 comments

It would be great if you had a mode that would just alter package.json and not run any tools. Afterwards the tools can be run manually.

This allows it to work with any package manager.

stackblitz uses turbopack and that fails to run due to --color=always. It would be nicer to just update package.json and then failures can easily be handled.

Created #575 to do this