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
(node:14389) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
✖ resolving lodash failed: invalid json response body at https://bundlephobia.com/api/size?package=lodash reason: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
bundle-phobia failed: invalid json response body at https://bundlephobia.com/api/size?package=lodash reason: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
Working example:
entering bundle-phobia qs
Expect and actual result:
(node:14466) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
ℹ qs (6.12.0) has 1 dependencies for a weight of 35.9KB (10.95KB gzipped)
The text was updated successfully, but these errors were encountered:
as of today bundle-phobia lodash react is working as expected:
(node:2791) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
ℹ lodash (4.17.21) has 0 dependencies for a weight of 69.79KB (24.42KB gzipped)
ℹ react (18.2.0) has 1 dependencies for a weight of 6.43KB (2.51KB gzipped)
ℹ total (2 packages) has 1 dependencies for a weight of 76.23KB (26.93KB gzipped)
Given:
npm install -g bundle-phobia-cli
When:
entering
bundle-phobia lodash react
Unexpected result:
Working example:
entering
bundle-phobia qs
Expect and actual result:
The text was updated successfully, but these errors were encountered: