How to uninstall the red-node in Windows

瀏覽次數:13,585 次
跳到第一則未讀訊息

Batigolle

未讀,
2018年3月9日 凌晨4:08:192018/3/9
收件者:Node-RED
Does anyone know the procedure to uninstall node.red in window 10?
Make folders and registry clean

I did not find information on the official website.

Something during the last updates from verses 0.17 to 0.18.4 must have gone wrong, 
I found several folders node-modules in the disk and this causes me problems in updating the nodes,
creating conflicts with nodes installed globally and locally

I would like to uninstall and reinstall the node-red environment

Thanks 
for any suggestions

Julian Knight

未讀,
2018年4月14日 清晨6:58:552018/4/14
收件者:Node-RED
You need to do "npm uninstall -g node-red"

You might also need to 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 folders (there will be one in any user that has run node-red).

Doing "npm ls -g --depth=0" will show you if you have any other global modules you might want to delete.

That's it.

Batigolle

未讀,
2018年4月14日 上午9:17:312018/4/14
收件者:Node-RED
Thanks Julian
回覆所有人
回覆作者
轉寄
0 則新訊息