Terminal output showing how long my yarn install is taking
I'm making an electron / vue desktop app, and using yarn to manage dependencies. Since I added firebase and firebase-tools as dependencies, yarn install is now unbelievably slow. I'm not sure if I should just ignore the postinstall script which is (electron-builder install-app-deps) or if I need it. Any advice on what to do here would be greatly appreciated, thanks!