You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you encounter certain Sass errors, Butler is halted. Rerunning Butler throws an error because the port (8000) is occupied. I believe the former process never lets go of the port.
The only fix so far is restarting Vagrant and then running Butler.
Error thrown when trying to rerun Butler:
events.js:85
throw er; // Unhandled 'error' event
^
Error: Command failed: /bin/sh -c ../../vendor/bin/sculpin generate --watch --server --project-dir="../../styleguide/"
[React\Socket\ConnectionException]
Could not bind to tcp://0.0.0.0:8000: Address already in use
The text was updated successfully, but these errors were encountered:
When you encounter certain Sass errors, Butler is halted. Rerunning Butler throws an error because the port (8000) is occupied. I believe the former process never lets go of the port.
The only fix so far is restarting Vagrant and then running Butler.
Error thrown when trying to rerun Butler:
The text was updated successfully, but these errors were encountered: