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
* Updates dev dependencies to support NodeJS 7.x. (closesinveniosoftware#78)
* Amends .travis.yml node versions to only contain latest releases.
Signed-off-by: Javier Martin Montull <[email protected]>
Mac OS with nodejs v7.1.0
When I run any gulp command, like
npm run test
the following error happens:Which is caused by old
karma
using functions deprecated in newer Nodejs (similar to LearnBoost/websocket.io#55).The text was updated successfully, but these errors were encountered: