remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development
http://nodemon.io/
MIT License
26.21k stars 1.72k forks source link

3 packages are looking for funding #2125

Closed NocerGal closed 1 year ago

NocerGal commented 1 year ago

Expected behaviour

No error when I install Nodemon.

Actual behaviour

3 packages are looking for funding Current message :

sudo npm install -g nodemon Password:

changed 34 packages in 592ms

3 packages are looking for funding

Steps to reproduce

Install nodemon for new project.


Ratstail91 commented 1 year ago

It's a feature, not a bug...

insanity54 commented 1 year ago

Thank you for bringing up the issue regarding the npm module and the warnings about funding. I want to clarify that those warnings are not errors, but rather intentional messages designed to raise awareness about the financial needs of open source projects.

Open source projects, including npm modules, are often developed and maintained by volunteers who generously contribute their time and expertise. While the software itself may be free to use, the ongoing maintenance and development require resources, such as server costs, bug fixing, and implementing new features.

To address these financial needs, npm introduced the feature to display funding warnings. These warnings serve as a reminder to users that they have the option to financially support the developers behind the modules they rely on. It's a way to help sustain the open source ecosystem and ensure the longevity of these projects.

However, it's important to note that these warnings are not bugs or errors with the nodemon itself. They are simply meant to provide information and encourage users to consider supporting the project financially if they find value in it.

If you're unable or not interested in providing financial support, you can safely ignore these warnings without any impact on the functionality of nodemon. They won't affect the performance or stability of your application.

If you wish to hide funding warning messages, you can do so by following these instructions https://stackoverflow.com/a/63282233/1004931

I hope this clarifies the situation. Please let me know if you have any further questions or concerns.

remy commented 1 year ago

As they said, not a bug but an npm feature. Closing.