0
我是Windows 10的新手。我正在爲Windows構建Screencat應用程序。但是當我在控制檯中運行「npm start」時,出現下面的彈出窗口,詢問我想如何打開js文件。電子命令打開Windows 10中的文件分割菜單
是否可以在Windows 10中運行電子應用程序?
我是Windows 10的新手。我正在爲Windows構建Screencat應用程序。但是當我在控制檯中運行「npm start」時,出現下面的彈出窗口,詢問我想如何打開js文件。電子命令打開Windows 10中的文件分割菜單
是否可以在Windows 10中運行電子應用程序?
對於Screencat npm start
運行命令electron electron.js
。看來你的操作系統沒有識別electron
作爲一個有效的命令。
您是否完全按照Windows的說明(https://github.com/maxogden/screencat#building-the-app)?特別是,安裝C++並安裝並運行electron-rebuild
。
您將需要安裝Visual Studio C++,以便您可以構建本機模塊。這裏是cmd.exe的說明書
git clone https://github.com/maxogden/screencat.git cd screencat npm install npm install electron-rebuild .\node_modules\.bin\electron-rebuild.cmd npm start