Sunday, May 29, 2016

Today's fun error message, brought to you by React, Babel, node and webpack


Child html-webpack-plugin for "index.html":

    ERROR in Entry module not found: Error: Cannot resolve 'file' or 'directory'
 $code\app\index.html in $code

Cause: a trailing comma in the dependencies section of my package.json file.

Of course.