Npm run dev:ssr throwing errors on ionic pwa

TypeError: win.matchMedia is not a function
    at Object.isPWA [as pwa] (C:\Users\Lucifer\Desktop\Zonion Backup\dist\app\server\main.js:68243:31)
    at C:\Users\Lucifer\Desktop\Zonion Backup\dist\app\server\main.js:68197:89
    at Array.filter (<anonymous>)
    at detectPlatforms (C:\Users\Lucifer\Desktop\Zonion Backup\dist\app\server\main.js:68197:61)
    at setupPlatforms (C:\Users\Lucifer\Desktop\Zonion Backup\dist\app\server\main.js:68192:39)
    at getPlatforms (C:\Users\Lucifer\Desktop\Zonion Backup\dist\app\server\main.js:68177:31)
    at isPlatform (C:\Users\Lucifer\Desktop\Zonion Backup\dist\app\server\main.js:68183:10)
    at Platform.is (C:\Users\Lucifer\Desktop\Zonion Backup\dist\app\server\main.js:86607:78)
    at new AppComponent (C:\Users\Lucifer\Desktop\Zonion Backup\dist\app\server\main.js:85302:27)
    at NodeInjectorFactory.AppComponent_Factory [as factory] (C:\Users\Lucifer\Desktop\Zonion Backup\dist\app\server\main.js:85415:63)

after installing ng-express and ionic server when i tried to run npm run:dev ssr this error pops out