TypeError: (e || "").replace is not a function
See original GitHub issueI just got the following exception while running gittools/actions/gitversion/execute@v0.9.2
:
(node:2814) UnhandledPromiseRejectionWarning: TypeError: (e || "").replace is not a function
Any idea what might cause this?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Uncaught TypeError: e.replace is not a function #377 - GitHub
The issue is that when I have select items that are objects, this fails with the following error. Uncaught TypeError: e.replace is not...
Read more >var.replace is not a function - javascript - Stack Overflow
My guess is that the code that's calling your trim function is not actually passing a string ... trim({}); // --> TypeError: str.replace...
Read more >Why am I getting "TypeError: e.replace is not a function" using ...
Why am I getting "TypeError: e.replace is not a function" using SearchManager with eval in the search? ... new SearchManager({ id: "mysearch1", earliest_time:...
Read more >TypeError: replace is not a function in JavaScript - Java2Blog
TypeError : .replace is not a function occurs when we call replace() function on object which is not an string. replace() function can...
Read more >TypeError: e.replace is not a function - Microsoft Q&A
I get <TypeError: e.replace is not a function> error when I try to add a new linked service(blob) in azure data factory.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Moving to v0.9.3 fixed this problem for me.
I’ll update and report back if the problem reappears, @arturcic! 👍