fix: update default view engine from jade to pug
fixes #327
@UlisesGascon @IamLizu The checks are failing. I require some assistance on how to fix this...
From what I can see:
It seems like [email protected] has dropped compatibility with the old versions of Node.js that we support (starting from 0.8):
https://github.com/expressjs/generator/actions/runs/12314415858/job/34729590041?pr=328
pug now only supports Node.js@9 and above (see release notes). Ideally, we can include this change in the next major release or upgrade to a version of pug that remains compatible with the Node.js versions we currently support.
So what is the next step? Do I need to make any changes?