I'm developing an angular ssr application. When I do npm run dev:ssr I'm getting the following error
Your NodeJS application doesn't support 'perf_hooks'. TypeError: mod.require is not a function
A server error has occurred.
node exited with 1 code.
connect ECONNREFUSED 127.0.0.1:54208
I don't know what is causing me this error? Can some one help me to solve this? Thank you.