Uninstall:
npm uninstall -g node-red
Force the cache clean though this is not supposed to be needed any more:
npm cache clean –force -g
To completely remove all trace, you should then delete the “.node-red” folder from all user home folder
Check for other global modules to delete:
npm ls -g –depth=0
Leave a comment