TIL: How to remove "npm fund" message (2024)

TIL: How to remove "npm fund" message (1)

November 12, 2020

#development #javascript #tools #typescript

As of npm version 6.13.0, npm now displays this message after running npm install:

1$ npm install23x packages are looking for funding4 run `npm fund` for details

Supporting the packages powering the JavaScript ecosystem is an important cause. But as others have found, you might not want to see this message every single time you run npm.

To remove it, you could include a --no-fund flag every time you run npm install.

But instead, you can remove it with just one command:

1npm config set fund false

Done! This will add fund=false to your ~/.npmrc file (more on the npmrc file) so you shouldn't see the funding message again.

You might also like:

If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.

TIL: How to remove "npm fund" message (2024)
Top Articles
Latest Posts
Article information

Author: Pres. Lawanda Wiegand

Last Updated:

Views: 5960

Rating: 4 / 5 (71 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Pres. Lawanda Wiegand

Birthday: 1993-01-10

Address: Suite 391 6963 Ullrich Shore, Bellefort, WI 01350-7893

Phone: +6806610432415

Job: Dynamic Manufacturing Assistant

Hobby: amateur radio, Taekwondo, Wood carving, Parkour, Skateboarding, Running, Rafting

Introduction: My name is Pres. Lawanda Wiegand, I am a inquisitive, helpful, glamorous, cheerful, open, clever, innocent person who loves writing and wants to share my knowledge and understanding with you.