peter-mach/angular2-starter-kit

Could not run developer mode with live updates

Closed this issue · 1 comments

Running npm run build:dev did not work for me out of the box.

I had to install a later version of fsevents under the dependencies section of packages.json, as follows:

"fsevents": "^1.0.14"

(npm install fsesvents@1.0.14 --save)

Fixed in v.2.0.0