Just a mild query (as I’ve sorted it out by deleting manually so I’m not stuck) but…
I am playing around with a copy of the mqtt node (set up a test-cymplecy-temp folder with a package.json and modified versions of 10.mqtt.js and 10.mqtt.html)
I got it working OK in a git cloned test enviroment and decided to try it out in my normal install
I installed them by cd ing into my c:\users\Simon.node-red and running npm install pathtomyfolder\test-cymplecy-temp
- refresh browser - my test nodes appear - all good
Decided to remove it so googled - found https://stackoverflow.com/questions/13066532/how-to-uninstall-npm-modules-in-node-js tried em all - node still in editor
Manully editied c:\users\Simon\.node-red\package.json
and removed reference to it - made no diff
Finally got rid of it my deleting c:\users\Simon\.node-red\node-modules\test-cymplecy-temp
folder
Is this normal on Windows or am I just unlucky?