Error: `doctype 5` is deprecated, you must now use `doctype html`: Node.js Express App bug solved

I am using Visual Studio to create Node.js application. I created a Node project by selecting Blank Express Application project template from JavaScript project type.

clip_image002

After creating project I pressed F5 to run application. On running application I got following error

clip_image003

Solving this error is very easy. From views folder in project open layout.jade. You will find below code

clip_image005

First line of code contains doctype 5. You need to replace it with doctype html

clip_image007

Now go ahead and press F5 to run application. You should not get above exception and in browser expected output you will get as below,

clip_image008

I hope you find this post useful. Thanks for reading.


Discover more from Dhananjay Kumar

Subscribe to get the latest posts sent to your email.

Published by Dhananjay Kumar

Dhananjay Kumar is founder of NomadCoder and ng-India

One thought on “Error: `doctype 5` is deprecated, you must now use `doctype html`: Node.js Express App bug solved

  1. Pingback: TechNet Blogs

Leave a comment

Discover more from Dhananjay Kumar

Subscribe now to keep reading and get access to the full archive.

Continue reading