Harshit Pandey

Results 3 comments of Harshit Pandey

I want to work on this issue

So we have to add it to our package. json NodeJS, right ? Do we have to add something after the "v" in the string "https://github.com/castlabs/electron-releases/releases/download/v" like version ?

```json { "name": , "version": "0.1.1", "private": true, "main": "public/electron.js", "homepage": "./", "dependencies": { //dependency }, "scripts": { "dev": "concurrently -k \"cross-env BROWSER=none npm start\" \"npm:electron:serve\"", "dev-teacher": "concurrently -k \"cross-env...