- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Description
Activity
styfle commented on Mar 24, 2025on Mar 24, 2025
Owner
More actions
The npm website is only showing the publish size which is about 220KB, so that looks correct.
The install size includes all transitive dependencies.
Try this:
npm install <mypkghere>
du -sh node_modules
nichoth commented on Mar 24, 2025on Mar 24, 2025
Author
More actions
Thank you @styfle . workerd is what kills the install size.
113M node_modules/workerd
styfle
Why is the size wrong here?
https://packagephobia.com/result?p=@substrate-system/connect
Says 157 MB, but looking at the filesize on npm, it is not that large.