# NBrowser / Node Red Out

**URL:** https://discourse.nodered.org/t/nbrowser-node-red-out/57263
**Category:** General
**Created:** [26 January 2022 14:01 UTC](https://discourse.nodered.org/t/nbrowser-node-red-out/57263 "2022-01-26T14:01:07Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Lafayette](https://avatars.discourse-cdn.com/v4/letter/l/47e85d/32.png) [@Lafayette](https://discourse.nodered.org/u/Lafayette)
#### Post date: [26 January 2022 14:01 UTC](https://discourse.nodered.org/t/nbrowser-node-red-out/57263/1 "2022-01-26T14:01:07Z")

</div>

Hi,

Since I have installed the node-red-contrib-nbrowser node Node Red doesn't start. I have this message :

> node-red-docker@2.1.4 start  
> node $NODE\_OPTIONS node\_modules/node-red/red.js $FLOWS "--userDir" "/data"  
> /usr/src/node-red/node\_modules/fs-extra/lib/util/stat.js:30  
> throw err  
> ^  
> Error: EACCES: permission denied, lstat '/data/settings.js'  
> at Object.lstatSync (fs.js:1119:3)  
> at Object.lstatSync (/usr/src/node-red/node\_modules/graceful-fs/polyfills.js:311:34)  
> at statFunc (/usr/src/node-red/node\_modules/fs-extra/lib/util/stat.js:24:20)  
> at getStatsSync (/usr/src/node-red/node\_modules/fs-extra/lib/util/stat.js:27:16)  
> at Object.checkPathsSync (/usr/src/node-red/node\_modules/fs-extra/lib/util/stat.js:67:33)  
> at Object.copySync (/usr/src/node-red/node\_modules/fs-extra/lib/copy-sync/copy-sync.js:24:38)  
> at Object. (/usr/src/node-red/node\_modules/node-red/red.js:125:20)  
> at Module.\_compile (internal/modules/cjs/loader.js:1085:14)  
> at Object.Module.\_extensions..js (internal/modules/cjs/loader.js:1114:10)  
> at Module.load (internal/modules/cjs/loader.js:950:32) {  
> errno: -13,  
> syscall: 'lstat',  
> code: 'EACCES',  
> path: '/data/settings.js'  
> }

If someone could help me because if node red doesn't start i can't uninstall this node ☹

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [26 January 2022 14:19 UTC](https://discourse.nodered.org/t/nbrowser-node-red-out/57263/2 "2022-01-26T14:19:18Z")

</div>

> [@Lafayette](#):
>
> If someone could help me because if node red doesn't start i can't uninstall this node ☹

Start node-red in safe mode, uninstall node, deploy.

Alternatively, using a terminal, enter `npm remove node-red-contrib-nbrowser` in the `.node-red` folder (which you can find by looking at the first few entries in the node-red log when it starts)

---

<div class="post-metadata">

### Author: ![Lafayette](https://avatars.discourse-cdn.com/v4/letter/l/47e85d/32.png) [@Lafayette](https://discourse.nodered.org/u/Lafayette)
#### Post date: [26 January 2022 14:51 UTC](https://discourse.nodered.org/t/nbrowser-node-red-out/57263/3 "2022-01-26T14:51:43Z")

</div>

Thank you so much. It worked. Nevertheless, I still have the Nbrowser node in the advanced tab in the UI of Node Red with the others nodes (in the palette to). I don't understand why. Do you think it is possible to remove it ?

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [26 January 2022 15:27 UTC](https://discourse.nodered.org/t/nbrowser-node-red-out/57263/4 "2022-01-26T15:27:25Z")

</div>

did you refresh the browser after uninstalling it?

---

<div class="post-metadata">

### Author: ![Lafayette](https://avatars.discourse-cdn.com/v4/letter/l/47e85d/32.png) [@Lafayette](https://discourse.nodered.org/u/Lafayette)
#### Post date: [26 January 2022 15:47 UTC](https://discourse.nodered.org/t/nbrowser-node-red-out/57263/5 "2022-01-26T15:47:40Z")

</div>

Yep.  
I found a way to remove the node from the tab in UI of Node Red but it still appears in the pallette and when I want to suppress it I get this message : Failed to remove: node-red-contrib-nbrowser  
Module not found. Do you know which file I have to modify to remove this option in the palette ?

---

<div class="post-metadata">

### Author: ![Lafayette](https://avatars.discourse-cdn.com/v4/letter/l/47e85d/32.png) [@Lafayette](https://discourse.nodered.org/u/Lafayette)
#### Post date: [26 January 2022 16:02 UTC](https://discourse.nodered.org/t/nbrowser-node-red-out/57263/6 "2022-01-26T16:02:42Z")

</div>

Finally i have installed again the node (with npm) and now I can manage it in the palette. Thx.

I also have identified the reason of the crash with this node : it appears when i want to save the payload into a file. yet, the folder exist so it's very strange...

---

<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: [9 February 2022 16:03 UTC](https://discourse.nodered.org/t/nbrowser-node-red-out/57263/7 "2022-02-09T16:03:06Z")

</div>

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