Mocha: 2.4.5 -> 2.5.0 update: Error: Cannot find module 'to-iso-string'

Created on 23 May 2016  路  2Comments  路  Source: mochajs/mocha

$ node --version
v4.4.4
$ npm --version
2.15.1

I see a lot of errors like these: https://travis-ci.org/hoodiehq/hoodie-app-tracker/jobs/132202611. Seems like others have the issue, too. Look for [email protected] breaks build 馃毃 in https://github.com/greenkeeperio-bot?tab=activity

Pretty much every project I use mocha in right now has that failing build. I could not reproduce the problem locally yet. I tried clearing travis cache and restart, didn鈥檛 help. My guess is that it is somehow related to npm 2.15.1?

Others might run into the same problem so I thought it鈥檇 be worth opening the issue

Most helpful comment

ah seems it鈥檚 already fixed in https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#251--2016-05-23

Maybe leave that open for a day or two to avoid duplicate issues, your call. Thanks for all the work <3

All 2 comments

ah seems it鈥檚 already fixed in https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#251--2016-05-23

Maybe leave that open for a day or two to avoid duplicate issues, your call. Thanks for all the work <3

@gr2m Thank you for reporting the issue and supporting Mocha. <3

Was this page helpful?
0 / 5 - 0 ratings