All declarations of 'WeakMap' must have identical type parameters

Viewed 1882

I'm building Ionic App and everything is going fine, but when I cloned my source code to another machine, I get an error as shown in the image.

although the app is compiling without errors at the first machine I checked Ionic, npm, typescript and node versions and they are identical for the two machines.

what I'm missing here!?

enter image description here

1 Answers
Related