You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I'm experiencing an issues with the old version of got in this library:
TypeError: URL is not a constructor
at normalize (normalize-arguments.js?9801:124)
at got (create.js?4b17:32)
at Function.got. [as get] (create.js?4b17:64)
at eval (index.js?5442:26)
at run (index.js?6520:249)
at PQueue._tryToStartAnother (index.js?6520:197)
at eval (index.js?6520:263)
at new Promise ()
at PQueue.add (index.js?6520:244)
at queuedGet (index.js?5442:26)
Can you please advise a path to work around this? Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I think I'm experiencing an issues with the old version of got in this library:
TypeError: URL is not a constructor
at normalize (normalize-arguments.js?9801:124)
at got (create.js?4b17:32)
at Function.got. [as get] (create.js?4b17:64)
at eval (index.js?5442:26)
at run (index.js?6520:249)
at PQueue._tryToStartAnother (index.js?6520:197)
at eval (index.js?6520:263)
at new Promise ()
at PQueue.add (index.js?6520:244)
at queuedGet (index.js?5442:26)
Can you please advise a path to work around this? Thank you.
The text was updated successfully, but these errors were encountered: