I am a programmer but I am not your programmer. Some of what I write may be useful, especially if it is pointing you at information written by other people.
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.
No comments:
Post a Comment