Open tjwebb opened 8 years ago
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!
Issue Description
Occurs after I run
yo trails
:Environment