I need to remove usage of the node-red-contrib-function-npm node as I am packaging an application that is running offline.
I have been using Electron successfully based on the package supplied by dceejay (thankyou) and I am now attempting to move two npm modules into the package, being moment and dbly-linked-list.
I can successfully build Electron with moment, but when I attempt to add dbly-linked-list the build of Electron crashes constantly. dbly-linked-list also has a package dependency of lodash.isequal, which I have also attempted to add manually in case it was not loading, but that has no effect.