jescalan / roots

a toolkit for rapid advanced front-end development
http://roots.netlify.com/
Other
1.45k stars 133 forks source link

Npm warning when initializing new Roots project (jade@1.11.0) #708

Closed ryanjbonnell closed 8 years ago

ryanjbonnell commented 8 years ago

When initializing a new project in Roots, the following warning is shown:

$ roots new example-project

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

This warning is caused by Jade being forced to rename itself to Pug :(

I'm running Roots v4.0.1.

$ roots -v
4.0.1
jescalan commented 8 years ago

We're going to have to deal with this for now, because pug has only released an alpha breaking version on npm, so the only stable option right now is still jade.

http://registry.npmjs.org/pug

Closing this for now, but we will update the dependency once there's a stable version of pug out!