express website
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated [email protected]: Deprecated, use jstransformer
(I am just following a tutorial.)
Will installing jstransformer
and pug
be not enough? Am I supposed to edit code of express
?
Can I use something like this for production?
I don't understand how deprecation work and what I can do about it.
They use
express myapp --view=pug
in their tutorial here. This way you'll end up with up-to-date software packages.