How do I block advertising in npm?

前端 未结 2 764
南笙
南笙 2021-01-05 07:16

When I run various npm commands, the console output is filled with ads for various projects and people. I\'m a prolific open source contributor, but console output for a too

2条回答
  •  时光取名叫无心
    2021-01-05 08:04

    for the opencollective

    OPENCOLLECTIVE_HIDE=true

    did the trick for me, more optins see https://github.com/nuxt/opencollective#disable-message for more disabling options

提交回复
热议问题