Using ‘winston-daily-rotate-file in TypeScript

0 Comments

  In TypeScript you need to import the library ‘winston-daily-rotate-file’ like, so:   import ‘winston-daily-rotate-file’   import { createLogger, format, Logger, transports } from ‘winston’; import ‘winston-daily-rotate-file’;   let _winstonLogger: Logger;   function initialise() {   _winstonLogger = createLogger({     format: format.json(),     transports: [       new transports.Console({         format: format.combine(format.colorize(), format.simple()),       }),     ],   }); }   function addRotatingFileSystemLogging() {   const options = {     filename: ‘application-%DATE%.log’,

Fixing Microsoft store error 0x80d02017

0 Comments

After running Windows update and rebooting, the Windows “Mail and calendar” app disappeared. So, I went to the Microsoft Store app to install the Windows “Mail and calendar” app, but after clicking on “Install” I