Assume a NodeRed large image for Venus GX. Normally, all the installed nodes are found in
~/.node-red/node_modules/
Can find the node_modules but this does not contain the installed nodes from NodeReds palette. Is there any other directory for this Node Red installation?
jv@JamesWebb:~$ ssh root@10.10.20.149
root@10.10.20.149's password:
Last login: Wed Jul 9 07:33:12 2025
root@einstein:~#
root@einstein:~# find ~/.node-red*
find: /home/root/.node-red*: No such file or directory
root@einstein:~# cd ~/.node-red
-sh: cd: /home/root/.node-red: No such file or directory
root@einstein:~# ls
Settings package-lock.json result
node_modules package.json
root@einstein:~# cd node_modules
root@einstein:~/node_modules# ls
javascript-state-machine node-red-contrib-state-machine
root@einstein:~/node_modules# cat node-red-contrib-state-machine|more
cat: read error: Is a directory
root@einstein:~/node_modules# cd node-red-contrib-state-machine
root@einstein:~/node_modules/node-red-contrib-state-machine#
root@einstein:~/node_modules/node-red-contrib-state-machine# ls
LICENSE package.json state-machine.js
README.md state-machine.html test.js