Quick question :
On all my other window machines the changes I make in the dev folder which is linked to my github get picked up after doing npm install node-name
On 1 machine that doesnt happen for some reason...
actions tried uninstall node red completely, uninstalled custom modules.
Does somebody know what to check so I can link the folders ?
more specifics :
dev folder is on my c drive.
node red is in the default location on windows.
yes as I have done on all the other machines. Only for this particular installation / machine it doesnt seem to pick up the changes whenever I change the clone source file.
Even after complete re-install.
the weird thing is the node itself on my c drive is named differently I have installed it with the specific command :
npm install c:/.....sourcefolder/node-red-contrib-pump
However in the modules folder of node red there the folder only is named pump , not node-red-contrib-pump
As for your second question - > no I dont see anything happening in the node red folder for what I do in the source folder.
Wait is this something that is done sepperatly? and could it persist after removal of node red? If that is the case how to remove dependency ? I have tried " npm remove /.../node-red-contrib-etc...
Yes, uninstalling node-red is completely unwarranted and unnecessary.
Uninstalling node-red removes the node-red runtime/application - it does NOT touch your .node_red directory. so anything that was there - will still be there.
just delete the line from package.json & save it
PS: I recommend you actually just delete the entire .node-red/node_modules directory and run npm install from inside .node-red to get a fresh set of modules from npm.
Tried it all didnt work as intended... something tells me that npm is responsible for this mess but ill have a complete removal and reinstall of that 2.