-
Notifications
You must be signed in to change notification settings - Fork 7
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
install fails with node v4.x #1
Comments
implemented temporary fix in pub-server v1.8.5 - expect permanent fix to land soon. |
For projects like sails.js which rely on socket.io as a dependency of the framework, we can't exactly resort to temporary hackery as easily as some applications can. We're very interested in seeing a fix published to npm soon. |
pub-server depends on socket.io. I didn't want pub-server users to have to fiddle with lower-level package.json entries when they install it, so i created a temporary workaround which allows them to install a working system under node v4. I decided that this was preferable to restricting all users to an earlier node version. I have no connection with automattic, but i shared the workaround with the socket.io community, expecting that other package owners may want to do something similar. I noticed that @rauchg was also active today on socket.io sub-projects. |
just checked npm:
|
Adding to the list: nodejs/node#2798. |
fixed with socket.io v1.3.7 |
try to install with node v4
pub-server npm install will show errors building socket.io like the following:
The text was updated successfully, but these errors were encountered: