Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: text.trimEnd is not a function #653

Closed
sagar-gavhane opened this issue Mar 29, 2020 · 1 comment
Closed

TypeError: text.trimEnd is not a function #653

sagar-gavhane opened this issue Mar 29, 2020 · 1 comment
Labels
kind: support Asking for support with something or a specific use case problem: stale Issue has not been responded to in some time scope: dependencies Pull requests that update a dependency file scope: upstream Issue in upstream dependency solution: invalid This doesn't seem right

Comments

@sagar-gavhane
Copy link

sagar-gavhane commented Mar 29, 2020

Current Behavior

I don't have any idea about this error & the main reason behind this just wants to raise an issue against this issue.

This is a link to my open source project: https://github.com/sagar-gavhane/rahome

image

@agilgur5
Copy link
Collaborator

agilgur5 commented Mar 29, 2020

Please fill out the issue template and don't selectively skip sections...

trimEnd is a newer ECMAScript feature and is only supported on Node v10+, so it sounds like you're using EOL v8 or something. But you didn't fill that part of the issue template out...
Notably this isn't popping up from TSDX's version of Prettier because we haven't updated to v2+ (which drops support for Node <10), it's popping up from the version you added in yourself in your devDeps, which is v2+.

the main reason behind this just wants to raise an issue against this issue.

Sorry, I have no idea what you meant by this

@agilgur5 agilgur5 added the kind: support Asking for support with something or a specific use case label Mar 29, 2020
@agilgur5 agilgur5 added the solution: invalid This doesn't seem right label Apr 11, 2020
@agilgur5 agilgur5 added scope: dependencies Pull requests that update a dependency file scope: upstream Issue in upstream dependency problem: stale Issue has not been responded to in some time labels Oct 22, 2020
Repository owner locked as resolved and limited conversation to collaborators Oct 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind: support Asking for support with something or a specific use case problem: stale Issue has not been responded to in some time scope: dependencies Pull requests that update a dependency file scope: upstream Issue in upstream dependency solution: invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants