一招解决Electron vue-cli3.0+首次启动慢无法加载 vue-devtool 插件
首次启动可能会等待很久,出现以下信息:INFOLaunching Electron...Failed to fetch extension, trying 4 more timesFailed to fetch extension, trying 3 more timesFailed to fetch extension, trying 2 more times简单的解决方法:直接断网这是因为在请
·
首次启动可能会等待很久,出现以下信息:
INFO Launching Electron...
Failed to fetch extension, trying 4 more times
Failed to fetch extension, trying 3 more times
Failed to fetch extension, trying 2 more times
简单的解决方法:直接断网
或者去掉这段代码, 相当于是禁用插件 vuejs_devtools import installExtension, { VUEJS_DEVTOOLS } from 'electron-devtools-installer'
这是因为在请求安装 vuejs devtools 插件。需要和谐上网才能安装成功。如果不能和谐上网也没关系,直接断网
,断网后会快速跳过该步骤,等building完成后恢复联网即可。
更多推荐
已为社区贡献1条内容
所有评论(0)