-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
.textConverted needs to install the package encoding separately #412
Comments
It's intentional: we don't force people who don't use |
Ya. A line or two stating this can be helpful! 👍 |
@motss Would you be interested in creating a pull request? |
@TimothyGu Sure thing. Will work on that probably on the weekend. |
Please note that since
I think it would be nice to also add this to the new webpack.IgnorePlugin(/^encoding$/, /node-fetch/) |
Somehow, using the |
I thought this had been fixed by one of the PRs. I can update the doc real quick with the findings from @peterbakonyi05 as well. |
I've added briefly in the doc. Please help review #511. Thank you. |
I have added guideline to readme and link to this issue. |
Why the package
encoding
is not part ofnode-fetch
's dependencies to use.textConverted
?The text was updated successfully, but these errors were encountered: