# How to add/update nodes to the Flow Library

**URL:** https://discourse.nodered.org/t/how-to-add-update-nodes-to-the-flow-library/25294
**Category:** FAQs
**Created:** [22 April 2020 11:16 UTC](https://discourse.nodered.org/t/how-to-add-update-nodes-to-the-flow-library/25294 "2020-04-22T11:16:48Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [22 April 2020 11:16 UTC](https://discourse.nodered.org/t/how-to-add-update-nodes-to-the-flow-library/25294/1 "2020-04-22T11:16:48Z")

</div>

The Flow Library will no longer automatically detect updates to modules on npm. (see [this post](https://discourse.nodered.org/t/flow-library-not-detecting-updated-modules/25254) for the background).

### Adding a new node to the library

If you have a new node to add to the library, click on the `+` button at the top of [flows.nodered.org](http://flows.nodered.org) and select the 'node' option. This takes you to [this page](https://flows.nodered.org/add/node). Then follow the steps on the page to submit to the node to the library

### Updating an existing node

If you have published an update to an existing node, you can either resubmit it the same way, or use the 'request refresh' link in the sidebar of the node's page (only visible if you have logged in).

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [22 April 2020 11:18 UTC](https://discourse.nodered.org/t/how-to-add-update-nodes-to-the-flow-library/25294/2 "2020-04-22T11:18:17Z")

</div>



---

<div class="post-metadata">

### Author: ![Christian-Me](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/christian-me/32/10774_2.png) [@Christian-Me](https://discourse.nodered.org/u/Christian-Me)
#### Post date: [26 April 2020 22:00 UTC](https://discourse.nodered.org/t/how-to-add-update-nodes-to-the-flow-library/25294/3 "2020-04-26T22:00:47Z")

</div>

Hello form Berlin.

Just updated `node-red-contrib-homie-convention` and tried to update the flow library by pressing ' request refresh' link ... done ... Now the node(s) completely disappeared form the library.

Do I only have to wait or do I have to add it again?

Chris

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [26 April 2020 22:06 UTC](https://discourse.nodered.org/t/how-to-add-update-nodes-to-the-flow-library/25294/4 "2020-04-26T22:06:04Z")

</div>

If you use the 'add node' page to resubmit the node you'll see why it got removed... it can't find the `node-red` keyword in the package.json.

Looking at your node, it has `node-RED` not `node-red` as the docs describe. I realise now npm search was case-insensitive. Now we don't rely on the npm search index, case matters.

I can fix the check to ignore case, but not tonight. Quick fix will be to publish a new version with the keyword `node-red`.

---

<div class="post-metadata">

### Author: ![Christian-Me](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/christian-me/32/10774_2.png) [@Christian-Me](https://discourse.nodered.org/u/Christian-Me)
#### Post date: [26 April 2020 22:12 UTC](https://discourse.nodered.org/t/how-to-add-update-nodes-to-the-flow-library/25294/5 "2020-04-26T22:12:23Z")

</div>

Thank you for your fast response - always amazing!

As you mentioned I had the `node-RED` keyword ... changed it to `node-red` and it is back again.

Hope this message finds you well.  
Take care, and thank you again for your great work.  
Chris

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [22 May 2020 11:16 UTC](https://discourse.nodered.org/t/how-to-add-update-nodes-to-the-flow-library/25294/6 "2020-05-22T11:16:52Z")

</div>

This topic was automatically closed after 30 days. New replies are no longer allowed.
