firebase login で "Assertion failed: new_time >= loop->time, file src\win\timer.c, line 37"と出てコケる
Intelのice lake chipを搭載したwindows 10のパソコンで発生する、nodejs内のバグが原因のようです。
node v14.6.0で修正のパッチがあたっているので、それ以上のバージョンにアップデートすれば解決します。
Github
Assertion failed: new_time >= loop->time #1633
https://github.com/libuv/libuv/issues/1633
Newest Node release, Node v14.6.0 contains the fix for this. Give it a spin.
nodeのバージョンを変えたくない人は、好きなバージョンに下記のパッチを自分で当ててビルドすれば動くようです。
https://github.com/libuv/libuv/commit/796744869669842bd5405a71de8ba60b1556fc24