Node-red-contrib-oled in use

Hi.
I install node-red-contrib-oled , but if want uninstall then there is not possible. Still in use . How can I uninstall it ??
I try manually by terminal but show error ..

npm uninstall node-red-contrib-oled
npm WARN saveError ENOENT: no such file or directory, open '/home/dzairo/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/home/dzairo/package.json'
npm WARN dzairo No description
npm WARN dzairo No repository field.
npm WARN dzairo No README data
npm WARN dzairo No license field.

up to date in 11.108s
found 0 vulnerabilities

You first have to delete all instances of this node (and perhaps existing config nodes) and deploy
Look in Menue/Manage Palette if there are still nodes in use.
You can use CTRL/f to find nodes in your flows and the configuration nodes palette to find and delete unused config nodes.

thanks .. yes.. there was one flow .. hidden .. sorry .. now work ..
thanks ..

regards.

As for why it fails deinstalling through the command, you're in the wrong directory. Emphasis added by me. You have to change to the Node-RED user directory first, which defaults to /home/<username>/.node-red.

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