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
-
@kamen I have a vue website that doesn't work without supplying packages.json and running npm install on production, I hope I'm not doing it wrong lol
-
kamen69845y@grumpyoldaf Normally node_modules exist only in a dev or CI environment. Whatever ecosystem you're developing for, it has its dependencies, just sometimes they're not as evident as node_modules.
-
kamen69845y@gitpush I'm not very familiar with Vue, but I'm sure it has a script that outputs a production-ready, self contained bundle.
-
@kamen Yes we are all aware that everything has dependencies. But even a decent sized app with a lot of dependencies in a language like C# would still weigh less than node_modules. Am sure you know this.
-
@Horkrine don’t forget
Npm install horse-shoe-front-left
Npm install horse-shoe-front-right
Npm install horse-shoe-back-left
Npm install horse-shoe-front-right
Npm install reins
Npm install bridal -
g3t1t1775y@bluescreen i think there is a complete package for it:
- npm i yet-another-horse
// PS: Don't forget to fix some vulnerabilities (fix for blinders)
- npm audit fix -
spacem18445yThe last .net app I made was considerably smaller than the .net framework sdk and nuget packages it used
-
Horkrine1905y@bluescreen That's great, but now you've installed all the packages for the horse but it's sitting on the cart instead of pulling it
Funny coz it’s true
joke/meme