I am using react as my client side JS and REST API's using Express 4. Do I really need to specify the view_engine parameter? I thought I dont need any view engine coz there is no serve side rendering. I use gulp to compile all the react jsx and it generates one file(single page app) I think. All the server has to do is to just serve that static compiled JS file. I dont know why I need view engine here.
Here is the error
Error: No default engine was specified and no extension was provided.