[solved] white screen of death
-
when starting up my quasar dev environment this morning, my browser opens on a white screen of death. There are no console or other errors, just a blank screen being served up. I have tried rebuilding my node_modules folder, but no change. Any suggestions for how to debug this? With no error messages, it is very difficult to know where the problem is.
-
After painstakingly examining every change that resulted from an npm update, I tracked it down to a newer version of vuex-persist that was installed a couple of days ago. Why there was no warning/error/debug message of any kind is beyond me, but I am happy it is fixed.