-
Notifications
You must be signed in to change notification settings - Fork 60
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
Fatal error: Cannot read property 'hardStop' of null #105
Comments
Pull request submitted with possible fix: #106 |
That actually sounds just right. Maybe we should consider fixing this such that the default is |
Also thank you for the PR. Though I may refactor a bit :) |
No prob! Config:
Watch:
|
How can I get this to stop crashing my app? I've tried putting an explicit |
Hi @joshperry, will you please post your gruntfile and grunt-express-server version? |
Hey Josh--if it helps, I was having crashes too but it wasn't actually related to grunt-express-server I think. If your problem looks like #107 , try upgrading your node version. |
Thanks @rvillanueva and @jlsutherland I'll take a look. #107 definitely looks promising! |
I couldn't quite isolate the cause, but sometimes my server would crash with the error
Fatal error: Cannot read property 'hardStop' of null
I'm guessing that sometimes options aren't passed through to the stop command.
The text was updated successfully, but these errors were encountered: