Code error on page 194
Closed this issue · 3 comments
semmypurewal commented
Page number of error:
194
Location on the page:
Second block of code, 3rd line
Detailed description of error:
Missing an ending parenthesis:
from
app.use(express.static(__dirname + "/client");
to
app.use(express.static(__dirname + "/client"));
semmypurewal commented
Reported by Nick Litwin
semmypurewal commented
This was also reported by David Boles.
semmypurewal commented
This has been added to our errata list:
http://learningwebappdev.com/errata/chapter6/2014/04/20/chapter-6-missing-parenthesis.html