issues due to change of nodejs version
Solved
Support
-
I was stupid enough to touch my nodejs on my Cloudron platform (leading to "Log file removed/missing")... Is there a chance to recover ?
Thx
-
indeed,
uninstall nodejs entirely. apt remove nodejs. Then, you will find Cloudron's nodejs in /usr/local/node-14.15.4 . Just ln -sf /usr/local/node-14.15.4/bin/node /usr/bin/node. Then, if node --version gives the correct output, do systemctl restart box .
did the trick.
You folks rock, thanks!!!
-
-