6

How the fuck can I get npm@5 to show me everything it just installed when I type `npm install`?

Was this because some twat wanted to push the idiotic idea that it's perfectly acceptable for js projects to rely on three million two line hipster.js libraries?

Fuck everything about the node ecosystem.

Comments
  • 1
    You should see all infos about installed packages in package.json and package-lock.json. Hope that helps because i know how you feel. Npm basically is the github of js, so many half-baked or small libraries, unmaintained or with outdated dependencies...

    I don't know what's better, having many small dependencies or having a big dependency (lodash, jquery) for one fucking thing you can do yourself.
  • 0
    @YouAreAPIRate
    What's better would be using a language with a standard library :)
Add Comment