-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opt out of fund messaging #902
Conversation
After running npm install, npm outputs the number of packages looking for funding: > 35 packages are looking for funding > run `npm fund` for details We've seen one user confused by this, who then ran npm fund. Given it's not really relevant for our users, disable the fund output to reduce the noise when running npm install.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My personal feeling is that npm fund
is a good initiative but since our users can be new to working with the terminal and can confuse the notice with instructions to get the kit running we should remove it.
tricky - I can see it could cause confusion - what happened in this case, did they get stuck? One option is we could mention it in the installation instructions. |
They didn't get stuck, as far as I know. They didn't actually mention Agree it's a tricky one. I may be more inclined to leave it if the output from
I wonder if there's a better way to prompt users to run |
Sorry, re-reading your comment I realise that's basically what you were suggesting here:
|
Going to close this for now – let's see if it comes up again through support channels. |
After running npm install, npm outputs the number of packages looking for funding:
We've seen one user confused by this, who then ran npm fund.
Given it's not really relevant for our users, disable the fund output to reduce the noise when running npm install.