trailsjs / trails

:evergreen_tree: Modern Web Application Framework for Node.js.
http://trailsjs.io
Other
1.66k stars 70 forks source link

Generating new app prints a warning about Jade #166

Open tjwebb opened 8 years ago

tjwebb commented 8 years ago

Issue Description

Occurs after I run yo trails:

npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade

Environment

jaumard commented 8 years ago

For trailpack-express it's done https://github.com/trailsjs/trailpack-express/blob/master/package.json#L55

weyj4 commented 8 years ago

What trailpack requires jade? I think that's coming from mocha? https://github.com/mochajs/mocha/issues/2200

jaumard commented 8 years ago

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.

jaumard commented 8 years ago

@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

jaumard commented 8 years ago

mocha v3 is out we can migrate to this version and remove jade warning :)

scott-wyatt commented 8 years ago

@jaumard fantastic job keeping on top of this!