Store-POS icon indicating copy to clipboard operation
Store-POS copied to clipboard

unable to see product list while running application

Open prajakta-bqt opened this issue 4 years ago • 4 comments

Screenshot from 2020-11-10 11-31-59 Screenshot from 2020-11-10 11-34-18

prajakta-bqt avatar Nov 10 '20 05:11 prajakta-bqt

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.

tngoman avatar Nov 19 '20 04:11 tngoman

Hello @prajakta-bqt, add this line contextIsolation: false to your webPreferences. Your webPreferences should look like this webPreferences: { nodeIntegration: true, enableRemoteModule: true, contextIsolation: false },

shyakadev avatar Aug 27 '21 10:08 shyakadev

use yarn to run the app, Npm might cause trouble,yarn run electron

asaadxheikh avatar Feb 05 '22 11:02 asaadxheikh

use yarn to run the app, Npm might cause trouble,yarn run electron

This works for me. Any idea why npm is causing problems?

AnsellMaximilian avatar Apr 08 '22 08:04 AnsellMaximilian