# How to deprecate / remove packages from the catalogue?

**URL:** https://discourse.nodered.org/t/how-to-deprecate-remove-packages-from-the-catalogue/62833
**Category:** Developing Nodes
**Created:** [19 May 2022 06:16 UTC](https://discourse.nodered.org/t/how-to-deprecate-remove-packages-from-the-catalogue/62833 "2022-05-19T06:16:17Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![hrueger](https://avatars.discourse-cdn.com/v4/letter/h/b5e925/32.png) [@hrueger](https://discourse.nodered.org/u/hrueger)
#### Post date: [19 May 2022 06:16 UTC](https://discourse.nodered.org/t/how-to-deprecate-remove-packages-from-the-catalogue/62833/1 "2022-05-19T06:16:17Z")

</div>

Hi,  
Is there any way to deprecate / hide / remove a packages from the catalogue / the palettes?

Because of a company name change, we also moved our package from `@oldcompanyname/packagename` to just `packagename`. The problem now is that if you search for `packagename` in the NodeRED Palettes window, you find the old one as well as the new one and that confuses users...

I've already deprecated my package on npm. Can I remove / hide it from the catalogue?

---

<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: [19 May 2022 06:27 UTC](https://discourse.nodered.org/t/how-to-deprecate-remove-packages-from-the-catalogue/62833/2 "2022-05-19T06:27:45Z")

</div>

One option is to publish a new version of the deprecated packages with the `node-red` keyword removed from the package.json file.

Then you can click the request update button on the nodes page on the flow library and it will get removed.

Alternatively, let me know the names of the modules you'd like removed and I can do it in the backend

---

<div class="post-metadata">

### Author: ![hrueger](https://avatars.discourse-cdn.com/v4/letter/h/b5e925/32.png) [@hrueger](https://discourse.nodered.org/u/hrueger)
#### Post date: [19 May 2022 07:12 UTC](https://discourse.nodered.org/t/how-to-deprecate-remove-packages-from-the-catalogue/62833/3 "2022-05-19T07:12:10Z")

</div>

Thanks for the fast reply!

If it is not too much of a hassle, it would be great if you could remove `@makeproaudio/node-red-contrib-makehaus`. The new package is just called `node-red-contrib-makehaus`.  
Otherwise I'll publish a new version without the node-red keyword as you said.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [2 June 2022 07:12 UTC](https://discourse.nodered.org/t/how-to-deprecate-remove-packages-from-the-catalogue/62833/4 "2022-06-02T07:12:44Z")

</div>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
