'electron-packager' is not recognized as an internal or external command

后端 未结 6 1515
臣服心动
臣服心动 2021-02-05 16:43

I recently started using electron. I have successfully completed the 1st phase by creating a hello world app (included files index.html, main.js, package.json). Now I am trying

6条回答
  •  长情又很酷
    2021-02-05 17:16

    I might be totally off with it but my fix was that I put the dot without space just make sure in you package.json file its "start": "electron ." Fixed it for me at least

提交回复
热议问题