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
I tried using this repo as this supports electron and vue 3 as a nice starter package.
Well, its hell itself with rollup. Litterly every package from npm breaks rollup. As example, try to use the firebase-admin SDK with this repo.
I dont know how to fix all these errors as I am not familair with rollup, but its tottaly broken. Project works fine aslong as you dont install thirt party dependecies.
The text was updated successfully, but these errors were encountered:
Can you try to add firebase-admin this dependencies to external in package.json?
I guess this is caused by rollup cannot handle some circular deps in node modules.
I write a section about adding dependencies in online document... but it seems it's not intuitive...
Maybe I will figure out how to auto detect these kind of things automatically...
I tried using this repo as this supports electron and vue 3 as a nice starter package.
Well, its hell itself with rollup. Litterly every package from npm breaks rollup. As example, try to use the firebase-admin SDK with this repo.
I dont know how to fix all these errors as I am not familair with rollup, but its tottaly broken. Project works fine aslong as you dont install thirt party dependecies.
The text was updated successfully, but these errors were encountered: