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
-
@HogDev almost no one knows they should use npm ci... And people add the package lock to the gitignore.... 🙄
-
Parzi86636y"yum install dependency"
"Here's your requested package, its dependencies, weak dependendencies, and any updates to other packages you need."
(technically it's dnf now but goddammit it'll always be yum in my heart) -
HogDev12496y@Root For this project I've already installed about a thousen diffrent packages and framework stuff, transpilers and god knows what. Just bc: "its hip and cool so we need it!". Sorry to sound so sour but it realy pisses me of.
-
Root797676y@HogDev Trust me: I totally understand.
My last boss was a magpie dev -- always looking at the shiny new things, regardless of how useful or fitting they were. He wanted to write an AI to handle support messages. Ergh.
Related Rants
"npm i {name} - - save-dev"
-ERROR: "{name} needs {dependency} v5.0.1"
"Oh, okay, I install that one then, no problem"
"npm i {dependency@5.0.1} - - save-dev"
-ERROR: "{dependency@5.0.1} needs {dependency} v3.1.1}
"Oh, okay, makes sens I guess, I'll" install that one to then."
"npm i {dependency@3.1.1} - -save-dev"
ERROR:"Nah"
"Son of a.."
rant
npm
tuesday