Translations:Node-RED/38/en

Материал из Wiren Board
Версия от 21:30, 20 октября 2022; Matveevrj (обсуждение | вклад) (Новая страница: «== Delete == If you no longer need Node-RED, then you can remove it: # Stop, disable and remove the service: #:<syntaxhighlight lang="bash"> systemctl stop nodered && systemctl disable nodered && rm /etc/systemd/system/nodered.service </syntaxhighlight> # Remove Node-RED: #:<syntaxhighlight lang="bash"> npm -g remove node-red && npm -g remove node-red-admin && rm -R ~/.node-red </syntaxhighlight>»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

Delete

If you no longer need Node-RED, then you can remove it:

  1. Stop, disable and remove the service:
    systemctl stop nodered && systemctl disable nodered && rm /etc/systemd/system/nodered.service
    
  2. Remove Node-RED:
    npm -g remove node-red && npm -g remove node-red-admin && rm -R ~/.node-red