-
Notifications
You must be signed in to change notification settings - Fork 164
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
donejs init errors #451
Comments
This is caused by the ws module which has caused a lot of headaches on Windows and elsewhere. This module is the most popular for web socket servers. It's used by steal-tools and testee. For can-ssr we use a different module, websocket which is mostly just JavaScript (only has one small C++ bit), so I'd like to move steal-tools to use that. In the meantime I'm going to try upgrading dependency versions and see if that fixes the issue. |
@matthewp why does steal-tools use it? live-reload? |
Yes. |
Here's an issue discussing the problem. |
So looks like ws 1.0.0 doesn't include the optionalDependencies but instead tells you to install them separately. So if we upgrade our deps to use 1.0.0 this should be eliminated. |
These errors are now gone. |
From the forums, I was able to recreate:
The text was updated successfully, but these errors were encountered: