andreapollastri / cipi

Install and manage your server like a pro! With Cipi you don’t need to be a Sys Admin to deploy and manage websites and PHP applications powered by cloud VPS.
https://cipi.andreapollastri.net
1.09k stars 223 forks source link

Remove Node.js #368

Closed donniewr closed 2 years ago

donniewr commented 2 years ago

Hello,

Is it possible to remove Node.js from my server without breaking anything? I'm using CIPI for Wordpress and other PHP apps and I don't need it.

I also get "The deferred dom node could not be resolved to a valid node" sometimes in the browser console on my sites. This is caused by nodejs.

Thanks.

andreapollastri commented 2 years ago

Hi! Node is installed but not exposed as "server". It is installed to run npm commands.

Anyway, if you want remove it, run:

sudo apt remove nodejs sudo apt purge nodejs sudo apt autoremove