domoritz commented on PR #43215: URL: https://github.com/apache/arrow/pull/43215#issuecomment-2223233071
Actually, seems like it's only 2.9MB and the biggest one is @types/node ``` cost-of-modules Making sure dependencies are installed npm install --production npm warn config production Use `--omit=dev` instead. changed 3 packages in 4s Calculating... ┌───────────────────────────┬────────────┬───────┐ │ name │ children │ size │ ├───────────────────────────┼────────────┼───────┤ │ @types/node │ 0 │ 1.99M │ ├───────────────────────────┼────────────┼───────┤ │ flatbuffers │ 0 │ 0.27M │ ├───────────────────────────┼────────────┼───────┤ │ @swc/helpers │ 0 │ 0.22M │ ├───────────────────────────┼────────────┼───────┤ │ command-line-args │ 0 │ 0.13M │ ├───────────────────────────┼────────────┼───────┤ │ command-line-usage │ 0 │ 0.13M │ ├───────────────────────────┼────────────┼───────┤ │ tslib │ 0 │ 0.08M │ ├───────────────────────────┼────────────┼───────┤ │ json-bignum │ 0 │ 0.02M │ ├───────────────────────────┼────────────┼───────┤ │ @types/command-line-usage │ 0 │ 0.01M │ ├───────────────────────────┼────────────┼───────┤ │ @types/command-line-args │ 0 │ 0.00M │ ├───────────────────────────┼────────────┼───────┤ │ 9 modules │ 0 children │ 2.86M │ └───────────────────────────┴────────────┴───────┘ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
