jahed / molecule-js

RSS / Atom Feed Blog Aggregator
Other
2 stars 1 forks source link

NPM warnings #4

Open kahurangitama opened 8 years ago

kahurangitama commented 8 years ago

Hi! I just install the npm and got following npm warnings: npm WARN deprecated jade@1.9.2: Jade has been renamed to pug, please install the latest version of pug instead of jade npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer

just FYI, but it would be nice if you'll have time to update with deps

jahed commented 8 years ago

I've fixed the problem with the Jade rename. However, Pug has not had a stable release since v0.1.0. There are new warnings asking to install alpha versions which I personally find a bit ridiculous.

npm WARN deprecated pug@0.1.0: Please update to the latest version of pug, at time of writing that is pug@2.0.0-alpha6
npm WARN deprecated pug-loader@0.0.0: Please use pug-load for pug-loader@<=1.0.2.

Until Pug decides to release v2.0.0, those warnings will remain. Doesn't look like it breaks any functionality.

I'll keep this ticket open in the mean time.