KeyboardOverlay icon indicating copy to clipboard operation
KeyboardOverlay copied to clipboard

报错

Open accomplishmentGu opened this issue 2 years ago • 6 comments

报错说 npm start - npm ERR! missing script: start

accomplishmentGu avatar Dec 02 '22 13:12 accomplishmentGu

请检查自己在哪个目录下运行这个软件。package.json 里面已经明确定义了 start 指令。

tiger2005 avatar Dec 02 '22 13:12 tiger2005

{ "name": "Keyboard_Overlay", "version": "0.2.2", "main": "main.js", "dependencies": { "app": "^0.1.0", "browser-window": "^0.4.0", "iohook": "^0.9.3" }, "iohook": { "targets": [ "electron-87" ], "platforms": [ "win32", "darwin", "linux" ], "arches": [ "x64", "ia32" ] } }

accomplishmentGu avatar Dec 03 '22 00:12 accomplishmentGu

这是我下载的zip包里package.json的内容

accomplishmentGu avatar Dec 03 '22 00:12 accomplishmentGu

这个完全没有 script 部分啊……你先把这个项目下的 package.json 抄下来吧()

tiger2005 avatar Dec 12 '22 15:12 tiger2005

这个完全没有 script 部分啊……你先把这个项目下的 package.json 抄下来吧()

这个吗?

accomplishmentGu avatar Dec 13 '22 06:12 accomplishmentGu

没错。

tiger2005 avatar Dec 13 '22 10:12 tiger2005