I am creating full mean stack app with NodeJs , Angular 6 , ExpressJs and MongoDB I have managed to create a server and its working perfectly, instead of using console.log when logging errors in my app I have decided to use Winston Logger here is what I have now Server side Note: Winston in server side works perfectly Client-Side