On my Raspberry Pi install, I used to find the core nodes in '/usr/lib/node_modules/node-red/nodes/core'
After running the UPGRADE command found in the Running on Raspberry Pi page, it looks like the core nodes have been moved to '/usr/lib/node_modules/node-red/node_modules/@node-red/nodes/core'
I poked around some more and found at least three paths for node-modules on my Raspberry Pi, and it looks like a lot of modules themselves are duplicated.
For example, there is a module folder for 'are-we-there-yet' in all of the following directories:
/home/pi/.node-red/node_modules
/usr/lib/node_modules
/usr/lib/node_modules/npm/node_modules
Is there a legitimate reason for the multiple locations, or are some of them redundant or leftover from the upgrade? I kind of get why there is a /home/pi... directory for MY nodes, but it seems silly to maintain the installed nodes in multiple locations.
Thanks in advance for any feedback.