cloudron-support: suggest removing nodejs apt

This commit is contained in:
Girish Ramakrishnan
2024-12-18 10:17:05 +01:00
parent 903e0bc568
commit 5c00fb361a

View File

@@ -354,6 +354,7 @@ function check_node() {
echo "You can try the following to fix the problem:"
echo " ln -sf /usr/local/node-${expected_node_version}/bin/node /usr/bin/node"
echo " ln -sf /usr/local/node-${expected_node_version}/bin/npm /usr/bin/npm"
echo " apt remove -y nodejs"
echo " systemctl restart box"
exit 1
fi