Store-POS
Store-POS copied to clipboard
unable to see product list while running application
Hi, I hope you have already found a solution. I'm unable to attend to issues currently, please have a look at https://github.com/ailakhdar/Store-POS Hopefully @ailakhdar maintains his copy better.
Hello @prajakta-bqt, add this line contextIsolation: false
to your webPreferences.
Your webPreferences should look like this webPreferences: { nodeIntegration: true, enableRemoteModule: true, contextIsolation: false },
use yarn to run the app, Npm might cause trouble,yarn run electron
use yarn to run the app, Npm might cause trouble,
yarn run electron
This works for me. Any idea why npm is causing problems?