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
-
Marl3x27795yThere is nothing to understand about node_modules, those are just built libraries that your project uses. Ignore them, unless you want to look up something thats undocumented for some reason.
-
@Marl3x Ignore them? Always check your dependencies to find that nasty malicious code, specially for the small ones.
-
Marl3x27795y@AurumMan79 sure man, I have nothing better to do than to read the code for 200 minified dependencies instead of FUCKING WORKING
-
@Marl3x Who told you to read anything? There is tools out there that do automatic checkups to find any malicious code.
-
Marl3x27795y@AurumMan79 You are still ignoring it then, you are just managing your packages, and thats nothing you do inside "node_modules"
-
@AurumMan79 yeah but you don't fucking browse the actual directories yourself dude, the tools do it for you...
Related Rants
Beginner trying to understand "node_modules"
joke/meme
package
js
node_modules
npm