-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Doctor mode #722
Doctor mode #722
Conversation
@XhmikosR I'm really excited to add this new feature, but something's wrong with the output on Windows. Would you possibly be able to take a look? Would be a big help! |
7bb5352
to
b3509c4
Compare
Error: ENOENT: no such file or directory, unlink "D:\a\npm-check-updates\npm-check-updates\test\doctor\fail\package-lock.json"
Excellent addition, thanks for working on this! |
I love this one. Can we configure additional tasks to run on --doctor mode? test task is obvious but we have some breaks during the actual tasks build. |
@gabriel-kohen-by Good idea! Perhaps an option for doctor to run an arbitrary npm script?
|
Add
--doctor
option to iteratively install upgrades and run tests to identify breaking upgrades.