Deprecated dependencies
See original GitHub issue$ npm i -g htmlhint@latest
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Using deprecated packages
A deprecation message doesn't always mean the package or version is unusable; it may mean the package is unmaintained and will no longer...
Read more >node.js - NPM warn message about deprecated package
An interactive menu shows all required information about dependencies in the current folder and allows to update all dependencies in 3 ...
Read more >Deprecated Code: How Dependency Mapping ...
Often, removing dependencies on deprecated code is not a priority for development teams that prefer to focus on new development.
Read more >Would deprecated dependencies cause issues?
When running npm install, there are warnings about deprecated dependencies that look like this tutorial is using some very old version.
Read more >How to detect `deprecated` dependency AFTER installation?
I can check, that all packages are up to date with npm outdated . But it doesn't show deprecated packages. How can the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@thedaviddias Any updates?
I notice a pending Pull Request with a fix for this here: https://github.com/htmlhint/HTMLHint/pull/670