mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 22:55:51 +03:00
[GH-ISSUE #88] Won't run on Node.js v7 #290
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lukechilds on GitHub (Nov 7, 2016).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/88
Had everything running fine on Node.js v5.10.1, upgraded to v7.0.0 and got the following error:
Reverting back to v5.10.1 resolved the issue.
@tanmng commented on GitHub (Nov 17, 2016):
I recently updated nodejs to version
7.1.0and have the same issue@asapach commented on GitHub (Nov 17, 2016):
OK, it looks like it's time to update
socket.io@asapach commented on GitHub (Nov 19, 2016):
Fixed in
v0.1.0