Created
March 21, 2016 16:42
-
-
Save juanbono/d2ad62b5fe6c1b28aced to your computer and use it in GitHub Desktop.
Como solucionar el error de lite server en Angular 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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