gpt4 book ai didi

node.js - Electron NPM错误!缺少脚本: Start

转载 作者:行者123 更新时间:2023-12-03 12:38:34 24 4
gpt4 key购买 nike

我知道以前曾有人问过这个问题,但这个问题根本没有帮助我!因此,我尝试使用tutorial制作一个Electron应用程序,并且每当我尝试运行我的代码时,都会弹出此错误:

npm ERR! missing script: start
这是我的package.json:
{
"name": "my-electron-app",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"keywords": [],
"author": "",
"license": "ISC"
}
那我在做什么错?

最佳答案

奇怪的。我想不出发生这种情况的原因有很多。我有一些想法可能会有所帮助。

  • 检查您是否在正确的文件夹中以运行命令
  • 尝试使用npm run start而不是

  • 如果这些都不起作用,则可能还有其他遗漏的地方

    关于node.js - Electron NPM错误!缺少脚本: Start,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65096934/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com