Unable to remove node-red-node-email
See original GitHub issueWhat are the steps to reproduce?
Install Ubuntu 18.04.2 LTS sudo apt-get install nodejs sudo apt-get install npm sudo npm install -g --unsafe-perm node-red cd /usr/local/lib/node_modules/node-red/ sudo npm uninstall --unsafe-perm node-red-node-email
What happens?
Receive error identifying "Cannot read property ‘target’ of null
What do you expect to happen?
node-red-node-email successfully is removed
Please tell us about your environment:
- Node-RED version: 0.19.5
- node.js version: v8.10.0
- npm version: v3.5.2
- Platform/OS: Ubuntu 18.04.2 LTS
- Browser: N/A, putty
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Unable to remove node from palette - General
I am trying to remove the node-red-node-google from pallette. I went in palette manager there was no "remove" option avaliable, I have made...
Read more >Unable to remove module of node-red - Stack Overflow
Open the Configuration Nodes sidebar panel (from the drop-down menu) and look for any unknown config nodes. Double click on them and delete...
Read more >Node Red uninstall does not clean up Node Red configuration ...
I uninstalled Node Red rebooted Home Assistant and tried re-installing the node-red-contrib-mail-parse, unable to install because Node Red ...
Read more >Cant delete and then create Node-RED Starter App - IBM
The service is most likely the cloudant database that node-red in the IBM Cloud uses for storage. Check in your services, and also...
Read more >Error updating nodes in Manage palette - Google Groups
The node node-red-node-email still displays that an update is available and the same 'module is not locally installed' error. I have tried to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mrzacharycook that readme needs updating. You can simply install a different version in
~/.node-red
(where you normally install modules) and the runtime will use that in preference to anything you have globally installed.Thanks for pointing that out - Have updated the readme and republished as version 1.3.0