Relative Content

Tag Archive for node.jswindowselectron

Electron: Missing script: “start”

Im making a first App with Tutorial.
First installed Node.js on Win10
Then installed npm
Then created a folder for electron: C:electron-app
Then created a package.json: npm init -y
Then installed electron: npm install –save-dev electron
Then changed the package.json to this: