This may be because you have tried to install multiple nodes in parallel (not waiting for a long running install to finish fully before installing another node).
The problem with using nvm, as you have, is the the versions of nodejs and nvm in use can vary dependent on the circumstance, which is why it is not recommended to use it with node-red.
My recommendation would be to get rid of nvm entirely (making sure to delete the .nvm folder) and re-install using the recommended script. You should not lose your existing flows when you do that, but of course you do have that all backed up anyway, just in case.
My system runs on ubuntu 22.04. Version node red 4.0.9. Recommended script for Debian system. Deleting a folder .nvm and re-installing the global installation did not lead to anything. Before all the actions taken from your recommendations, the cronplus node disappeared from the nodered panel, but its folders in .node-red remained. And the folders of newly installed nodes also appear, but are missing from the nodes panel
You said you had deleted the .nvm folder. Make sure you completely remove all traces of nvm. Google how to completely remove nvm. Then make sure that the commands I suggested show that neither nodejs nor npm are installed. Then run the install script again.
The answer to the above query, after deleting node
Command 'node' not found, but can be installed with:
sudo apt install nodejs
/usr/bin/env: «node»: No such file or directory
nodejs:
Installed: (missing)
Candidate: 12.22.9~dfsg-1ubuntu3.6
Version table:
12.22.9~dfsg-1ubuntu3.6 500
500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
12.22.9~dfsg-1ubuntu3 500
500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
npm:
Installed: (missing)
Candidate: 8.5.1~ds-1
Version table:
8.5.1~ds-1 500
500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu jammy/universe i386 Packages
100 /var/lib/dpkg/status
Response to the recommended script
Stop Node-RED ✔
Remove old version of Node-RED ✔
Using NVM to manage Node.js + please run nvm use lts before running Node-REDde.js
NOTE: Using nvm is NOT RECOMMENDED. Node-RED will not run as a service under nvm.ll Node-RED core
/dev/fd/63: строка 451: nvm: command not found
/dev/fd/63: строка 455: nvm: command not found
/dev/fd/63: строка 456: nvm: command not found
Update Node.js 20 ✔ - Using nvm is NOT recommended/supported✘ Bad install: Node.js missing Npm missing - Exit
The script has detected that you still have nvm active, and is telling you that is not recommended, as I keep saying, you should completely remove nvm.