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.
Asked
Active
Viewed 8,381 times
8
-
[Potentially relevant bug](https://github.com/Leonidas-from-XIV/node-xml2js/issues/301) from the `node-xml2js` project. – Sean Bright May 08 '18 at 13:00
-
https://update.angular.io/ this guide tells you what you need to alter – mxr7350 May 08 '18 at 13:01
1 Answers
17
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

BrianM
- 951
- 2
- 12
- 29
-
4
-
-
@BrianM I was just tempted to do it, but it might be worth updating this answer to just note that `npm install stream timers --save` is the only thing that's necessary, based upon the comments and what I just experienced. – James Skemp Dec 31 '18 at 21:40