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
-
You can send your own http status codes I don't see the point. You could also make your own version and then use that in all your projects. I am MAD at all the people whining about NPM it works if you use it the right way...
-
crisz82367yPs. I'm not whining about NPM (it's really great), I'm whining about the lack of documentation
-
Go use python pip for example... You will be happy with NPM it's better than any package manager I have ever used.
-
What documentation just go look at the source? Make your own most of the code is open source or look at one of the many shitty tutorials or google
-
This devrant comment section is triggering me I can't see the comments live updating ðŸ˜
Related Rants
NPM modules are supposed to make us save our time, but very often, after hours and hours of juggling I end up write by myself those fucking functions.
And I'm not talking about unknown packages made by a bored guy in a lazy Sunday, I'm talking about fucking well known modules like passport. OH MY GOD. How much sucky is the passportJS documentation? There are fucking hundreds of options and they are not referenced anywhere if not on StackOverflow. When you login in a website thousands of things can go wrong, why the hell do you always send that shitty 401 and you don't let me control the code? They are two fucking days I'm trying to fix it and I realized I could write that function in 2 minutes if I just didn't use passport. FUCK
undefined
rant
documentation
npm
passport