-
-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Description
Relative from: Automattic/mongoose#10713
In https://github.com/jsdom/whatwg-url/blob/master/src/encoding.js line 2 says:
"use strict";
const utf8Encoder = new TextEncoder();
const utf8Decoder = new TextDecoder("utf-8", { ignoreBOM: true });
But node show an error message:
/app/node_modules/whatwg-url/dist/encoding.js:2
const utf8Encoder = new TextEncoder();
^
ReferenceError: TextEncoder is not defined
at Object.<anonymous> (/app/node_modules/whatwg-url/dist/encoding.js:2:21)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (/app/node_modules/whatwg-url/dist/url-state-machine.js:5:34)
at Module._compile (internal/modules/cjs/loader.js:778:30)
My node version:
$ node -v
v14.17.5
$ npm -v
6.14.14
The version in package.json of dependency is:
{
"_from": "whatwg-url@^9.1.0",
"_id": "[email protected]",
I installed from mongoose
package but have last version of whatwg-url
package.
Metadata
Metadata
Assignees
Labels
No labels