20

When you are working on a small project that is ~500 lines of code, but you have 27mb of node modules

Comments
  • 0
    what is the project about?
  • 0
    It's a stack compiler.
  • 0
    Only 27 mb? I'm impressed. I joined a work project that has Babel (and its ecosystem) as a dependency and the node_modules directory takes up almost a gig. So ridiculous.
  • 1
    @tytho I'm using Babel, Sass, and minifies for HTML, and the outputted JS, and CSS. Then a couple modules for the technical part of the compiler...
  • 1
    @FelisPhasma we have a lot of other dependencies as well. Also, we were using npm2, which had a lot of module duplication
  • 0
    what is this console??? i have never seen such a good terminal emulator in linux!
  • 1
    @ozelentsov It's windows 10 with different colors and fonts. The font is Glass TTY VT220
Add Comment