Tag: missing script
-
missing script: start error in Electron
After installing required packages, when we try to run the new application created using Electron, it may show the following error: In order to remove this error, go to the package.json file created as a part of our Electron app and check whether the scripts entry has got the name ‘start’ and a value of ‘electron .’ When we try […]