Generating new app prints a warning about Jade
Issue Description
Occurs after I run yo trails:
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
Environment
- node version: all
- trails version: all
- operating system: all
For trailpack-express it's done https://github.com/trailsjs/trailpack-express/blob/master/package.json#L55
What trailpack requires jade? I think that's coming from mocha? https://github.com/mochajs/mocha/issues/2200
We can't do anything about this as mocha is used by all trails modules ^^ and they doesn't seems close to upgrade to pug after reading the @weyj4 issue.
@tjwebb @weyj4 mocha v3 will move to pug :) and it will be publish in few days if all is ok https://github.com/mochajs/mocha/pull/2350
mocha v3 is out we can migrate to this version and remove jade warning :)
@jaumard fantastic job keeping on top of this!