Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tahnik389917y@hexc most of the time bundled package is from 10KB to couple of megabytes with all the dependencies. That is quite small.
-
@tahnik take the array-filter package for example. It's 8.6kB and contains a test-directory, a .npmignore, a .travis.yml, a package.json, a readme and the index.js which is the code. In that index.js file you have 7 lines of documentation and 10 lines of code.
That's the reason people hate npm. Maybe namespaced modules will help, maybe npm-modules should come with only the bare necessities. But for now this is shit. -
Anyone who actually likes the npm ecosystem should be forced to code on a ZX81 for a fortnight. Without the RAM pack.
-
tahnik389917y@YouAreAPIRate I am talking about bundled packages, not the size of the project when you are developing in your computer.
@d4ng3r0u5 I think you forgot that this is 2018, not 1981 anymore.
Related Rants
NodeJS 10.0.0 is out.
The biggest features I see is the release of N-API. I always wanted to use that but never did as it was in beta. It will be exiciting to use it with a new project!
rant
nodejs