Server Side Rendering,

I’m trying to implement server-side rendering, and I have downloaded the SSR template files

I’m trying to implement the same in my project,
when I run the command “npm run watch”, this works fine
and after that when I run “npm run server” - I got the error given below.

[nodemon] starting node ./server.js
Starting server…
Listening at http://localhost:8080/

TypeError: initialize is not a function
at start (D:…\node_modules\aurelia-ssr-engine\dist\commonjs\aurelia-ssr-engine.js:50:20)
at Object.render (D:…\node_modules\aurelia-ssr-engine\dist\commonjs\aurelia-ssr-engine.js:25:12)
at D:…\node_modules\aurelia-middleware-koa\dist\commonjs\aurelia-middleware-koa.js:13:37
at dispatch (D:…\node_modules\koa-compose\index.js:42:32)
at D:…\node_modules\koa-compose\index.js:34:12
at Application.handleRequest (D:…\node_modules\koa\lib\application.js:168:12)
at Server.handleRequest (D:…\node_modules\koa\lib\application.js:150:19)
at Server.emit (events.js:315:20)
at parserOnIncoming (_http_server.js:874:12)
at HTTPParser.parserOnHeadersComplete (_http_common.js:126:17)

  1. template - skeleton-typescript-webpack-ssr
    skeleton-navigation/skeleton-typescript-webpack-ssr at master · aurelia/skeleton-navigation · GitHub