Skip to content

Instantly share code, notes, and snippets.

@juanbono
Created March 21, 2016 16:42
Show Gist options
  • Save juanbono/d2ad62b5fe6c1b28aced to your computer and use it in GitHub Desktop.
Save juanbono/d2ad62b5fe6c1b28aced to your computer and use it in GitHub Desktop.
Como solucionar el error de lite server en Angular 2
add a string:
fs.inotify.max_user_watches = 524288
into:
/etc/sysctl.conf.
and restart os or:
$ sudo sysctl -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment