mean-stack-todo
mean-stack-todo copied to clipboard
`doctype 5` is deprecated, you must now use `doctype html`
Change views/layout.jade
first line
from
doctype 5
to
doctype html
You'll have to manually update layout.jade until a new version of express adds this fix