Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After updating from Angular 5 to 6 I keep getting the error: can't resolve timers in xml2js

Like the title say, I keep on getting this weird error. I also tried uninstalling it by using npm uninstall xml2js but nothing has worked until now.

enter image description here

like image 779
BrianM Avatar asked May 08 '18 12:05

BrianM


1 Answers

Fixed this by doing npm install events buffer stream timers --save. But I think installing only timers should also work.

EDIT

It seems that streams and timers needed to be updated, and not events and buffers

like image 187
BrianM Avatar answered Sep 22 '22 05:09

BrianM