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
Electron squirrel windows installer fails due to Material Design Lite dependency - FATAL:v8_initializer.cc(414)] Error loading V8 startup snapshot file
#915
Open
GitMurf opened this issue
Jan 13, 2022
· 2 comments
When making an installer package using windows squirrel via electron forge, the installer fails when a user tries to install the electron application on their windows device. The only log that is found is in the app data / local / electron app folder in the file debug.log and it leaves just a single error which is very ambiguous: FATAL:v8_initializer.cc(414)] Error loading V8 startup snapshot file
I have tracked this down to being caused by the dependency Material Design Lite (MDL). It is no longer actively maintained and instead the team is developing its successor Material Components for the web. Can firebaseui be compatible with Material Components to use in place of MDW to avoid this error?
Note that MDL v1.0.6 and earlier do not have this problem but the MDL dependency is 1.2.0. As another workaround, could firebaseui work with MDL v1.0.6?
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Steps to reproduce:
When making an installer package using windows squirrel via electron forge, the installer fails when a user tries to install the electron application on their windows device. The only log that is found is in the app data / local / electron app folder in the file debug.log and it leaves just a single error which is very ambiguous:
FATAL:v8_initializer.cc(414)] Error loading V8 startup snapshot file
I have tracked this down to being caused by the dependency Material Design Lite (MDL). It is no longer actively maintained and instead the team is developing its successor Material Components for the web. Can firebaseui be compatible with Material Components to use in place of MDW to avoid this error?
Note that MDL v1.0.6 and earlier do not have this problem but the MDL dependency is 1.2.0. As another workaround, could firebaseui work with MDL v1.0.6?
See this issue I opened with MDL as well: google/material-design-lite#5372
The text was updated successfully, but these errors were encountered: