expressjsguide icon indicating copy to clipboard operation
expressjsguide copied to clipboard

Express.js Guide code examples

Results 3 expressjsguide issues
Sort by recently updated
recently updated
newest added

On the lower half of the page, there is the following snippet of code: ``` module.exports = { stories: require('./stories'), users: require('./users) }; ``` It is missing a closing apostrophe...

bug

on page 28 • 1 app.disable('etag'); • 2 console.log(app.disabled('etab')); The latter should read ‘etag’ most probably... on page 29 view engine holds the template file extension, e.g., ‘ext’ or ‘jade’,...

This is to report that your jade template on page 27 of your Express guide should not declare doctype 5 anymore but doctype html. As doctype 5 was set deprecated...