Nitesh Sawant

Results 5 comments of Nitesh Sawant

Hello @Zayiadi @AkselHEGGERNES This is how I fixed this Issue. ```js async createQR(text) { const url = await QRCode.toDataURL(text); return url.split(",")[1]; }, const baseImg=createQR('123456'); // pass this image to to...

I am using vagrant for development. OS is Ubuntu 14.04. If i run `node ./node_modules/.bin/electron ./src/` in terminal it runs successfully. but with ` npm run dev` it fails.. I...

I am using node v8.2.1

![error](https://user-images.githubusercontent.com/10084011/28960072-d3f5c792-791a-11e7-8408-5663f16b76fb.png) i created new project named naive and then ran npm run dev command..i got error as shown in the image. Do you want me to lower node version to...

coomand is executed successfully...window appers ..but when i press alt + tab,window disappears ![error_log-2017-08-04_14 30](https://user-images.githubusercontent.com/10084011/28962430-52eff542-7923-11e7-996b-25d79b9ffb21.gif)