Christopher Dunavan
Christopher Dunavan
I've run into this same issue, any progress or anything I can do to help?
I'm having the same issue with `rs4/windows.storage`. It looks like an issue with `bigobj` flag not being set for the compiler but I haven't figured out any way to set...
Right now it looks like this: ```js const userHome = app.getPath('home'); // const env = process.env.NODE_ENV !== 'production' ? `${productName}/dev/` : `${productName}/`; const appHome = path.join(userHome, env); const dbFile =...
Windows 10 console log of dbPath: C:\Users\hypersprite\usermanager\users.db
I got the 'npm run build' to work with the following changes. babel is depreciated. ``` npm uninstall -g babel ``` I already had the following babel components installed globally...