You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
Whenever I try to use enableLiveReload(), I get a stack trace like this:
App threw an error during load
TypeError: global.globalCompilerHost.listenToCompileEvents(...).filter is not a function
at enableLiveReloadNaive (C:\Users\Kyle\Documents\Github\electron-quick-start\node_modules\electron-compile\lib\live-reload.js:72:76)
at enableLiveReload (C:\Users\Kyle\Documents\Github\electron-quick-start\node_modules\electron-compile\lib\live-reload.js:49:7)
at enableLiveReload (C:\Users\Kyle\Documents\Github\electron-quick-start\node_modules\electron-compile\lib\index.js:35:12)
at Object.<anonymous> (C:\Users\Kyle\Documents\Github\electron-quick-start\main.js:4:1)
at Object.<anonymous> (C:\Users\Kyle\Documents\Github\electron-quick-start\main.js:67:3)
Whenever I try to use
enableLiveReload()
, I get a stack trace like this:Steps to reproduce:
git clone https://github.com/electron/electron-quick-start.git
"electron": "~1.7.8"
to"electron-prebuilt-compile": "1.8.2-beta.3"
npm install
npm start
The text was updated successfully, but these errors were encountered: