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
[npm] Upgrade ws to 0.7.2 and use stacktrace-parser that supports io.js
- ws 0.7 shipped with better io.js compatibility (see https://github.com/websockets/ws/releases for the changelog).
- stacktrace-parser used to list only Node 0.10 under its list of supported engines. This new version includes Node 1.x and 2.x (i.e. io.js) as well, which addresses the warning.
Test Plan: Run `npm install` under io.js -- no more warnings about a mismatched Node version.
Run the UIExplorer with the Chrome debugger. Can use it fine and no issues when reloading the app.
0 commit comments