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] Use stacktrace-parser version that lists io.js under "engines"
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.
0 commit comments