-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
electron 升级到相对新的4.0.3后,无法启动项目
开始遇到 app.makeSingleInstance(cb)' is deprecated ,not a function的报错,
查询是方法经过变动,替换为app.requestSingleInstanceLock()后通过,
然后依据提示将component-class/index.js下的
var index = require('indexof');换为
var index = require('component-indexof');
此时CLI显示 webpack: Compiled successfully.,但仍然没有程序窗口弹出
大佬可以帮忙看看吗
ydcool
Metadata
Metadata
Assignees
Labels
No labels