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

Bus error: 10 #807

Closed
JamesLarson opened this issue Dec 5, 2014 · 1 comment
Closed

Bus error: 10 #807

JamesLarson opened this issue Dec 5, 2014 · 1 comment

Comments

@JamesLarson
Copy link

Im writing this in case anyone else should come across this issue. I was getting an error "Bus error: 10" when using gulp watch. A quick google search suggested node needed to be updated. I performed the update. It did not solve the problem. All I really was trying to accomplish at the time was watch some SASS files, so for the time being I decided to just run sass --watch. This also produced an error that pointed out that I had accidentally written an infinite import loop, i.e. importing a file into itself. Fixing that loop also removed the "Bus error:10" error. I hope this helps.

@yocontra
Copy link
Member

yocontra commented Dec 5, 2014

Seems to be an error with sass, you should open it there

@yocontra yocontra closed this as completed Dec 5, 2014
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