From e44d221dd0ac2ef0b20c65b80ef3637b9c3f88a6 Mon Sep 17 00:00:00 2001 From: Jonathan Harford Date: Mon, 7 Mar 2016 09:10:07 -0500 Subject: [PATCH] Update 11-productionish-server.md: install express This section didn't work for me until I installed express. --- lessons/11-productionish-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/11-productionish-server.md b/lessons/11-productionish-server.md index b0013dab..104bd213 100644 --- a/lessons/11-productionish-server.md +++ b/lessons/11-productionish-server.md @@ -12,7 +12,7 @@ depending on the environment. Let's install a couple modules: ``` -npm install if-env compression --save +npm install express if-env compression --save ``` First, we'll use the handy `if-env` in `package.json`. Update your