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

text-encoding error #171

Open
34r7h opened this issue Oct 24, 2019 · 0 comments
Open

text-encoding error #171

34r7h opened this issue Oct 24, 2019 · 0 comments

Comments

@34r7h
Copy link

34r7h commented Oct 24, 2019

warning " > [email protected]" has incorrect peer dependency "text-encoding@^0.6.4".

Conaclos added a commit that referenced this issue Mar 13, 2020
Node supports WHATWG Encoding Standard.
Node 11+ exports TextEncoder and TextDecoder in global scope.
In lower versions, both classes are exported under util module.

Note: we use "require" import of util because it seems that "import"
imports a no-buil-in "util" package. More investigation is required.

Fixes #171
Conaclos added a commit that referenced this issue Mar 22, 2020
Node supports WHATWG Encoding Standard.
Node 11+ exports TextEncoder and TextDecoder in global scope.
In lower versions, both classes are exported under util module.

Note: we use "require" import of util because it seems that "import"
imports a no-buil-in "util" package. More investigation is required.

Fixes #171
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants