I have an electron project, and I can use the keytar package. However, when I attempt to add regedit into the mix, keytar breaks, with the following error:
Error: Cannot find module 'undefinedbuild/Release/keytar.node'
For whatever reason this causes a ___webpack_require__.ab
to be undefined.
Anyone run into something similar?