You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relates to #9 but the npm CLI should also add a command that outputs the current deprecations. Currently we (re-)install all dependencies and see what deprecation warnings that gives. The actual installation is unnecessary and the re-installation a potentially unexpected side-effect of running depreman. If there was an npm CLI command like npm audit that lists the deprecations, that would be better.
The text was updated successfully, but these errors were encountered:
Relates to #9 but the npm CLI should also add a command that outputs the current deprecations. Currently we (re-)install all dependencies and see what deprecation warnings that gives. The actual installation is unnecessary and the re-installation a potentially unexpected side-effect of running
depreman
. If there was an npm CLI command likenpm audit
that lists the deprecations, that would be better.The text was updated successfully, but these errors were encountered: