Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue running npm start on Ubuntu #8

Closed
ycarriger opened this issue Jun 28, 2017 · 2 comments
Closed

Issue running npm start on Ubuntu #8

ycarriger opened this issue Jun 28, 2017 · 2 comments

Comments

@ycarriger
Copy link

Gulp tasks throw error on Ubuntu, unable to proceed further.
Traced to issue here: BrowserSync/browser-sync#224

Solution (as stated there by amoswachanga ) is to run the following cmd in a Terminal session:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

This resolved the issue for me.

@paulsutherland
Copy link
Owner

I will investigate this with issue #11

@paulsutherland
Copy link
Owner

Hi @ycarriger,

I worked through some Ubuntu issues #8 #11 and confirm that this issue is related to the file watchers limit in Ubuntu. The resolution is to increase the number of file watchers to allow gulp to run.

But you knew that anyway 😄

I have updated the README to inform Ubuntu users to increase this limit to allow them to run the app in dev/livereload mode.

Many thanks for the feedback 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants