mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 21:25:09 +00:00
"dotnet electronize start"command progress occurs one error "throw errnoException(err, 'spawn');" #163
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @twtyypmb on GitHub (May 23, 2018).
"dotnet build"and "dotnet electronize init" are ok,but "dotnet electronize start"
the error info is following:
D:\electron.net-api-demos-master\ElectronNET-API-Demos\obj\Host\node_modules.bin>electron.cmd "....\main.js"
internal/child_process.js:323
throw errnoException(err, 'spawn');
^
Error: spawn UNKNOWN
at _errnoException (util.js:992:11)
at ChildProcess.spawn (internal/child_process.js:323:11)
at Object.exports.spawn (child_process.js:502:9)
at Object. (D:\electron.net-api-demos-master\ElectronNET-API-Demos\obj\Host\node_modules\electron\cli.js:7:18)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
My environment:
os :win 7u32 sp1
vscode:VSCodeSetup-ia32-1.23.1
.net core:dotnet-sdk-2.1.200-win-x86
node version:v8.11.2
electron version:v2.0.1
electrionnet version:0.0.9
application:electron.net-api-demos