-
Notifications
You must be signed in to change notification settings - Fork 757
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
Browser sync failure on Centos 7 #1408
Comments
Here's my entire package.json
|
Try with this command:
Source: NodeJS Error: ENOSPC It solved the problem for us |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue details
When I executed the following command
sudo ./node_modules/browser-sync/bin/browser-sync.js start --files "**/*.hbs, **/*.js, **/*.css" --port 80 --proxy localhost:3000 --no-ui --no-open
It fails with the following.
Please specify which version of Browsersync, node and npm you're running
Affected platforms
The same command works fine on my OS X.
Does anyone have any idea why this happens?
The text was updated successfully, but these errors were encountered: