Electron Atom应用程序:URI无效:无法确定URI的格式

Electron Atom应用程序:URI无效:无法确定URI的格式,electron,Electron,这是电子桌面应用程序。通过gulp使用此软件包创建windows installer时,我收到以下错误消息 gulp创建windows安装程序 使用gulpfile D:\bala\electron\poc\installer\app4\gulpfile.js 正在启动“创建windows安装程序”。。。 4.49秒后出现“创建windows安装程序”错误 错误:命令失败:D:\bala\electron\poc\installer\app4\node\u module es\electron

这是电子桌面应用程序。通过gulp使用此软件包创建windows installer时,我收到以下错误消息

gulp创建windows安装程序

使用gulpfile D:\bala\electron\poc\installer\app4\gulpfile.js 正在启动“创建windows安装程序”。。。 4.49秒后出现“创建windows安装程序”错误

错误:命令失败:D:\bala\electron\poc\installer\app4\node\u module es\electron windows安装程序\vendor\nuget.exe 包C:\Users\xxxxxx\AppData\Loca l\Temp\squirrel-installer-116318-5484-1nobhq\app.nuspec

-基本路径D:\bala\electr 在\poc\installer\app4\dist\app-win32-ia32-OutputDirectory C:\Users\xxxxxx\AppDa上 ta\Local\Temp\squirrel-installer-116318-5484-1nobhq

-NoDefaultExcludes 无效的URI:无法确定URI的格式

at ChildProcess.exithandler (child_process.js:213:12)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:827:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)

我使用的是Windows7,32位。有什么建议吗?谢谢

我通过在gulp tasker中添加带有图标路径值的“iconUrl”属性找到了解决方案。i、 e.“”。
注意:图标图像必须是外部路径,如“http”或“https”。

我通过在gulp tasker中添加带有图标路径值的“iconUrl”属性找到了解决方案。i、 e.“”。 注意:图标图像必须是外部路径,如“http”或“https”