@sdetweil Thank you, Sam.
i STRONGLY recommend NOT USING pm2 while you develop your system
Thanks for the tip. I am not using pm2 yet — I figured that would be the last step once everything is stable and I transfer everything to my actual screen / frame / final position in the kitchen.
ctrl-r only refreshes the browser side.
Thanks — I was unsure if this stuff runs locally in-browser or if there was a server component. In any case, ctrl-q
followed by npm start
should clear anything browser side and reload everything server side, right? Or am I starting multiple instances here? Is there a better set of commands I should be using during development?
if a module has a node helper and it was not loaded at npm start time, the node helper will not be loaded by ctrl-r
Should there be an obvious entry in the log for helpers that are NOT loaded?
Is it common for helpers to not get loaded and how can I check why they failed to load?
Thanks again for all your help. I really appreciate it!