Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I install v2.1.3 package is really large and contains coverage directory #1280

Open
kdid opened this issue Jun 13, 2024 · 0 comments · May be fixed by #1281
Open

When I install v2.1.3 package is really large and contains coverage directory #1280

kdid opened this issue Jun 13, 2024 · 0 comments · May be fixed by #1281

Comments

@kdid
Copy link

kdid commented Jun 13, 2024

Version information

  • fluent-ffmpeg version: 2.1.3
  • ffmpeg version: N/A
  • OS: Mac OS Sonoma 14.5

Code to reproduce

$ npm install [email protected]

$ du -sh node_modules/fluent-ffmpeg
944K	node_modules/fluent-ffmpeg

$ du -h node_modules/fluent-ffmpeg
 68K	node_modules/fluent-ffmpeg/tools/jsdoc-template/tmpl
 16K	node_modules/fluent-ffmpeg/tools/jsdoc-template/static/styles
 32K	node_modules/fluent-ffmpeg/tools/jsdoc-template/static/scripts/prettify
 36K	node_modules/fluent-ffmpeg/tools/jsdoc-template/static/scripts
 52K	node_modules/fluent-ffmpeg/tools/jsdoc-template/static
144K	node_modules/fluent-ffmpeg/tools/jsdoc-template
156K	node_modules/fluent-ffmpeg/tools
 40K	node_modules/fluent-ffmpeg/lib/options
 12K	node_modules/fluent-ffmpeg/lib/presets
140K	node_modules/fluent-ffmpeg/lib
 16K	node_modules/fluent-ffmpeg/doc/styles
 32K	node_modules/fluent-ffmpeg/doc/scripts/prettify
 36K	node_modules/fluent-ffmpeg/doc/scripts
568K	node_modules/fluent-ffmpeg/doc
944K	node_modules/fluent-ffmpeg


$ npm install [email protected]

$ du -sh node_modules/fluent-ffmpeg
 12M	node_modules/fluent-ffmpeg

$ du -h node_modules/fluent-ffmpeg
 68K	node_modules/fluent-ffmpeg/tools/jsdoc-template/tmpl
 16K	node_modules/fluent-ffmpeg/tools/jsdoc-template/static/styles
 32K	node_modules/fluent-ffmpeg/tools/jsdoc-template/static/scripts/prettify
 36K	node_modules/fluent-ffmpeg/tools/jsdoc-template/static/scripts
 52K	node_modules/fluent-ffmpeg/tools/jsdoc-template/static
144K	node_modules/fluent-ffmpeg/tools/jsdoc-template
152K	node_modules/fluent-ffmpeg/tools
 52K	node_modules/fluent-ffmpeg/OLD
 40K	node_modules/fluent-ffmpeg/lib/options
 12K	node_modules/fluent-ffmpeg/lib/presets
140K	node_modules/fluent-ffmpeg/lib
 16K	node_modules/fluent-ffmpeg/doc/styles
 32K	node_modules/fluent-ffmpeg/doc/scripts/prettify
 36K	node_modules/fluent-ffmpeg/doc/scripts
568K	node_modules/fluent-ffmpeg/doc
4.0K	node_modules/fluent-ffmpeg/.vscode
 12K	node_modules/fluent-ffmpeg/coverage/lcov-report/tests/integration
 12K	node_modules/fluent-ffmpeg/coverage/lcov-report/tests/acceptance
 28K	node_modules/fluent-ffmpeg/coverage/lcov-report/tests/helpers
 52K	node_modules/fluent-ffmpeg/coverage/lcov-report/tests
112K	node_modules/fluent-ffmpeg/coverage/lcov-report/src/utils
240K	node_modules/fluent-ffmpeg/coverage/lcov-report/src
404K	node_modules/fluent-ffmpeg/coverage/lcov-report
 11M	node_modules/fluent-ffmpeg/coverage/tmp
 11M	node_modules/fluent-ffmpeg/coverage
 12M	node_modules/fluent-ffmpeg

(note: if the problem only happens with some inputs, include a link to such an input file)

Expected results

I would expect the node_modules directory to be smaller and not contain the coverage assets

Observed results

The node_modules directory is large and contains coverage assets

@jrasm91 jrasm91 linked a pull request Jun 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant