Express 4 Problems
The latest version of Express (anything above 4.0.0) breaks some examples in the book. This is easily remedied by installing a version below 4. Specifically, anywhere the book says to type:
npm install express
You can change it to
npm install express@3
Which will install version 3. I’ll try to find the specific issues this causes and post a migration to express 4 guide soon.