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
String's replaceAll method was added to Node's v8 engine in version 15. It is, however, used in this library in api-decorator.ts and there isn't a polyfill for it in your tsconfig.
Either a polyfill for it should be added, it should be removed, or the engine should be bumped to Node 15+
The text was updated successfully, but these errors were encountered:
String's
replaceAll
method was added to Node's v8 engine in version 15. It is, however, used in this library inapi-decorator.ts
and there isn't a polyfill for it in your tsconfig.Either a polyfill for it should be added, it should be removed, or the engine should be bumped to Node 15+
The text was updated successfully, but these errors were encountered: