3
shahlin
6y

Is it just me who hates NPM?

Cant install a package without getting 100 warnings or errors .-.

Comments
  • 3
    Errors and warnings got a purpose 😊
  • 2
    @DLMousey hahaha
    99 vulnerabilities found
  • 0
    You can completely silent the npm install output by executing

    npm install pkg > /dev/null 2> /dev/null
  • 1
    Pretty sure there is a whole subset of devRant that would like to see npm burn...
Add Comment