I have the following webpack.config.js
var path = require(\"path\"); var webpack = require(\'webpack\'); module.exports = { entry: { \'ng2-auto-comple
In my case I had to run:
npm install typings -g typings install
That solved my problem.