adopted-ember-addons / ember-cli-flash

Simple, highly configurable flash messages for ember-cli
https://www.npmjs.com/package/ember-cli-flash
MIT License
355 stars 113 forks source link

Build failing after adding ember-cli-flash #246

Closed karamosky closed 6 years ago

karamosky commented 7 years ago

Hello, I got this error after installing ember-cli-flash on my project

TypeError: process.hrtime() only accepts an Array tuple

This prevented ember from building the entire project. Any ideas ? Tested with node v6.11.4 and v4.8.4 Thanks

Dhaulagiri commented 6 years ago

@karamosky are you still having this problem? I don't think I've seen this type of error before.

Dhaulagiri commented 6 years ago

Closing due to inactivity, but I'm happy to re-open with more details

karamosky commented 6 years ago

@Dhaulagiri really sorry i have missed the notification for your first message. I did managed to build the project after removing the node_modules folder and reinstalling and it was not due to ember-cli-flash. I honestly don't know what happened. Anyway many thanks.