#4977·cheerio

NPM deprecation warning due to whatwg-encoding package

Author: ajaymathurCreated Dec 30, 2025Updated Jul 30, 2026

Description

When installing latest version of cheerio NPM gives the following warning:

npm warn deprecated [email protected]: Use @exodus/bytes instead for a more spec-conformant and faster implementation

Reason

The package whatwg-encoding got deprecated with an alternate to move to https://github.com/ExodusOSS/bytes.

Dependency tree

cheerio -> encoding-sniffer -> whatwg-encoding