Ad
  • Custom User Avatar

    Got the same issue. In my case it was because I was overwriting Array.prototype.flat.
    Even though it says it's using node8 and flat was introduced in v11, it still a had problem with that somehow. So avoid overwriting any build-in objects.