I've inherited an existing Angular2 project. When I run NPM start
I get a long error beginning with:
Html Webpack Plugin:
TypeError: Cannot read property 'request' of undefined
...
Full error output: http://textuploader.com/d5n25
Any ideas what this means and how I can debug this to find out the file/line of code that is the problem?
Also on Windows 8.1 if that information helps.