electronshoppinglist
electronshoppinglist copied to clipboard
Shopping list desktop app built on electron
Hi Brad, First of all thank you for your awesome course! Currently when we click on `add item` button on add window we get an error as `require is not...
Items in the list wont be deleted after app closing, Items are stored in local storage
This happened when I had to close all other windows when we close the main window. Couldn't find a solution to this. The error is for ` mainWindow.on("closed", function ()...
i tried even with `npm start electron` its not working :(
I had to modify the code in main.js to make the app working on macOS : ``` // If OSX, add empty object to menu if(process.platform == 'darwin'){ mainMenuTemplate.unshift({label: app.getName()});...
Node version check fails when running Node 10 in electron-packager 9.0.1, fixed in 12.1.2