Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Question

deleted 8673 characters in body
Source Link
Dheeraj S
  • 63
  • 1
  • 1
  • 6

X [ERROR] Could not resolve "path"

(disabled):node_modules/jsdom/lib/api.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

(disabled):node_modules/jsdom/lib/api.js:4:19:
 4 │ const fs = require("fs").promises;
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "path"

(disabled):node_modules/jsdom/lib/jsdom/utils.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "net"

node_modules/http-proxy-agent/dist/agent.js:38:38:
 38 │ const net_1 = __importDefault(require("net"));
 ╵ ~~~~~

The package "net" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "tls"

node_modules/http-proxy-agent/dist/agent.js:39:38:
 39 │ const tls_1 = __importDefault(require("tls"));
 ╵ ~~~~~

The package "tls" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/http-proxy-agent/dist/agent.js:40:38:
 40 │ const url_1 = __importDefault(require("url"));
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:3:19:
 3 │ const fs = require("fs");
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:6:12:
 6 │ } = require("url");
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:3:21:
 3 │ const http = require("http");
 ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:4:22:
 4 │ const https = require("https");
 ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:7:12:
 7 │ } = require("url");
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:3:21:
 3 │ const http = require("http");
 ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:4:22:
 4 │ const https = require("https");
 ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "stream"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:7:12:
 7 │ } = require("stream");
 ╵ ~~~~~~~~

The package "stream" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "zlib"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:8:21:
 8 │ const zlib = require("zlib");
 ╵ ~~~~~~

The package "zlib" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "util"

node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:3:21:
 3 │ const util = require("util");
 ╵ ~~~~~~

The package "util" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "os"

node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js:3:19:
 3 │ const os = require("os");
 ╵ ~~~~

The package "os" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:3:34:
 3 │ const HTTP_STATUS_CODES = require("http").STATUS_CODES;
 ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "child_process"

node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:6:12:
 6 │ } = require("child_process");
 ╵ ~~~~~~~~~~~~~~~

The package "child_process" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js:3:19:
 3 │ const fs = require("fs");
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "path"

node_modules/jsdom/lib/jsdom/utils.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "net"

node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:38:38:
 38 │ const net_1 = __importDefault(require("net"));
 ╵ ~~~~~

The package "net" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "tls"

node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:39:38:
 39 │ const tls_1 = __importDefault(require("tls"));
 ╵ ~~~~~

The package "tls" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:40:38:
 40 │ const url_1 = __importDefault(require("url"));
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "assert" node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:41:41: 41 │ const assert_1 = __importDefault(require("assert")); ╵ ~~~~~~~~

The package "assert" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "path"

(disabled):node_modules/jsdom/lib/api.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

(disabled):node_modules/jsdom/lib/api.js:4:19:
 4 │ const fs = require("fs").promises;
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "path"

(disabled):node_modules/jsdom/lib/jsdom/utils.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "net"

node_modules/http-proxy-agent/dist/agent.js:38:38:
 38 │ const net_1 = __importDefault(require("net"));
 ╵ ~~~~~

The package "net" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "tls"

node_modules/http-proxy-agent/dist/agent.js:39:38:
 39 │ const tls_1 = __importDefault(require("tls"));
 ╵ ~~~~~

The package "tls" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/http-proxy-agent/dist/agent.js:40:38:
 40 │ const url_1 = __importDefault(require("url"));
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:3:19:
 3 │ const fs = require("fs");
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:6:12:
 6 │ } = require("url");
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:3:21:
 3 │ const http = require("http");
 ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:4:22:
 4 │ const https = require("https");
 ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:7:12:
 7 │ } = require("url");
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:3:21:
 3 │ const http = require("http");
 ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:4:22:
 4 │ const https = require("https");
 ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "stream"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:7:12:
 7 │ } = require("stream");
 ╵ ~~~~~~~~

The package "stream" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "zlib"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:8:21:
 8 │ const zlib = require("zlib");
 ╵ ~~~~~~

The package "zlib" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "util"

node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:3:21:
 3 │ const util = require("util");
 ╵ ~~~~~~

The package "util" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "os"

node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js:3:19:
 3 │ const os = require("os");
 ╵ ~~~~

The package "os" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:3:34:
 3 │ const HTTP_STATUS_CODES = require("http").STATUS_CODES;
 ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "child_process"

node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:6:12:
 6 │ } = require("child_process");
 ╵ ~~~~~~~~~~~~~~~

The package "child_process" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js:3:19:
 3 │ const fs = require("fs");
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "path"

node_modules/jsdom/lib/jsdom/utils.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "net"

node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:38:38:
 38 │ const net_1 = __importDefault(require("net"));
 ╵ ~~~~~

The package "net" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "tls"

node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:39:38:
 39 │ const tls_1 = __importDefault(require("tls"));
 ╵ ~~~~~

The package "tls" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:40:38:
 40 │ const url_1 = __importDefault(require("url"));
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "assert" node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:41:41: 41 │ const assert_1 = __importDefault(require("assert")); ╵ ~~~~~~~~

The package "assert" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "path"

(disabled):node_modules/jsdom/lib/api.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

(disabled):node_modules/jsdom/lib/api.js:4:19:
 4 │ const fs = require("fs").promises;
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/http-proxy-agent/dist/agent.js:40:38:
 40 │ const url_1 = __importDefault(require("url"));
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "child_process"

node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:6:12:
 6 │ } = require("child_process");
 ╵ ~~~~~~~~~~~~~~~

The package "child_process" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

added 6722 characters in body
Source Link
Dheeraj S
  • 63
  • 1
  • 1
  • 6

X [ERROR] Could not resolve "path"

(disabled):node_modules/jsdom/lib/api.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

(disabled):node_modules/fabric/node_modules/jsdom/lib/api.js:4:19: 4 │ const fs = require("fs").promises; ╵ ~~~~

(disabled):node_modules/jsdom/lib/api.js:4:19:
 4 │ const fs = require("fs").promises;
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "path"

(disabled):node_modules/jsdom/lib/jsdom/utils.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "net"

node_modules/http-proxy-agent/dist/agent.js:38:38:
 38 │ const net_1 = __importDefault(require("net"));
 ╵ ~~~~~

The package "net" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "tls"

node_modules/http-proxy-agent/dist/agent.js:39:38:
 39 │ const tls_1 = __importDefault(require("tls"));
 ╵ ~~~~~

The package "tls" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/http-proxy-agent/dist/agent.js:40:38:
 40 │ const url_1 = __importDefault(require("url"));
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/fabric/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:3:19: 3 │ const fs = require("fs"); ╵ ~~~~

node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:3:19:
 3 │ const fs = require("fs");
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:6:12:
 6 │ } = require("url");
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:3:21: 3 │ const http = require("http"); ╵ ~~~~~~

node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:3:21:
 3 │ const http = require("http");
 ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:4:22: 4 │ const https = require("https"); ╵ ~~~~~~~

node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:4:22:
 4 │ const https = require("https");
 ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into nodeinto node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:7:12:
 7 │ } = require("url");
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:3:21: 3 │ const http = require("http"); ╵ ~~~~~~

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:3:21:
 3 │ const http = require("http");
 ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:4:22: 4 │ const https = require("https"); ╵ ~~~~~~~

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:4:22:
 4 │ const https = require("https");
 ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into nodeinto node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "stream"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:7:12:
 7 │ } = require("stream");
 ╵ ~~~~~~~~

The package "stream" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "zlib"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:8:21:
 8 │ const zlib = require("zlib");
 ╵ ~~~~~~

The package "zlib" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "util"

node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:3:21:
 3 │ const util = require("util");
 ╵ ~~~~~~

The package "util" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "os"

node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js:3:19:
 3 │ const os = require("os");
 ╵ ~~~~

The package "os" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:3:34: 3 │ const HTTP_STATUS_CODES = require("http").STATUS_CODES; ╵ ~~~~~~

node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:3:34:
 3 │ const HTTP_STATUS_CODES = require("http").STATUS_CODES;
 ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "child_process"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:6:12: 6 │ } = require("child_process"); ╵ ~~~~~~~~~~~~~~~

node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:6:12:
 6 │ } = require("child_process");
 ╵ ~~~~~~~~~~~~~~~

The package "child_process" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js:3:19: 3 │ const fs = require("fs"); ╵ ~~~~

node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js:3:19:
 3 │ const fs = require("fs");
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "./zlib_bindings""path"

node_modules/jsdom/lib/jsdom/utils.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

node_modulesThe package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "net"

node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:38:38:
 38 │ const net_1 = __importDefault(require("net"));
 ╵ ~~~~~

The package "net" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "tls"

node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:39:38:
 39 │ const tls_1 = __importDefault(require("tls"));
 ╵ ~~~~~

The package "tls" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:40:38:
 40 │ const url_1 = __importDefault(require("url"));
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "assert" node_modules/zlibjsdom/libnode_modules/zlibhttps-proxy-agent/dist/agent.js:141:2541: 1 41module.exportsconst assert_1 = __importDefault(require('./zlib_bindings'"assert")); ╵ ~~~~~~~~

The package "assert" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

(disabled):node_modules/fabric/node_modules/jsdom/lib/api.js:4:19: 4 │ const fs = require("fs").promises; ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/fabric/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:3:19: 3 │ const fs = require("fs"); ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:3:21: 3 │ const http = require("http"); ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:4:22: 4 │ const https = require("https"); ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:3:21: 3 │ const http = require("http"); ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:4:22: 4 │ const https = require("https"); ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:3:34: 3 │ const HTTP_STATUS_CODES = require("http").STATUS_CODES; ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "child_process"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:6:12: 6 │ } = require("child_process"); ╵ ~~~~~~~~~~~~~~~

The package "child_process" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js:3:19: 3 │ const fs = require("fs"); ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "./zlib_bindings"

node_modules/zlib/lib/zlib.js:1:25: 1module.exports =require('./zlib_bindings');

X [ERROR] Could not resolve "path"

(disabled):node_modules/jsdom/lib/api.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

(disabled):node_modules/jsdom/lib/api.js:4:19:
 4 │ const fs = require("fs").promises;
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "path"

(disabled):node_modules/jsdom/lib/jsdom/utils.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "net"

node_modules/http-proxy-agent/dist/agent.js:38:38:
 38 │ const net_1 = __importDefault(require("net"));
 ╵ ~~~~~

The package "net" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "tls"

node_modules/http-proxy-agent/dist/agent.js:39:38:
 39 │ const tls_1 = __importDefault(require("tls"));
 ╵ ~~~~~

The package "tls" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/http-proxy-agent/dist/agent.js:40:38:
 40 │ const url_1 = __importDefault(require("url"));
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:3:19:
 3 │ const fs = require("fs");
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:6:12:
 6 │ } = require("url");
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:3:21:
 3 │ const http = require("http");
 ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:4:22:
 4 │ const https = require("https");
 ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:7:12:
 7 │ } = require("url");
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:3:21:
 3 │ const http = require("http");
 ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:4:22:
 4 │ const https = require("https");
 ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "stream"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:7:12:
 7 │ } = require("stream");
 ╵ ~~~~~~~~

The package "stream" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "zlib"

node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:8:21:
 8 │ const zlib = require("zlib");
 ╵ ~~~~~~

The package "zlib" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "util"

node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:3:21:
 3 │ const util = require("util");
 ╵ ~~~~~~

The package "util" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "os"

node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js:3:19:
 3 │ const os = require("os");
 ╵ ~~~~

The package "os" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:3:34:
 3 │ const HTTP_STATUS_CODES = require("http").STATUS_CODES;
 ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "child_process"

node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:6:12:
 6 │ } = require("child_process");
 ╵ ~~~~~~~~~~~~~~~

The package "child_process" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js:3:19:
 3 │ const fs = require("fs");
 ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "path"

node_modules/jsdom/lib/jsdom/utils.js:3:21:
 3 │ const path = require("path");
 ╵ ~~~~~~

The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "net"

node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:38:38:
 38 │ const net_1 = __importDefault(require("net"));
 ╵ ~~~~~

The package "net" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "tls"

node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:39:38:
 39 │ const tls_1 = __importDefault(require("tls"));
 ╵ ~~~~~

The package "tls" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "url"

node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:40:38:
 40 │ const url_1 = __importDefault(require("url"));
 ╵ ~~~~~

The package "url" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "assert" node_modules/jsdom/node_modules/https-proxy-agent/dist/agent.js:41:41: 41const assert_1 = __importDefault(require("assert")); ╵ ~~~~~~~~

The package "assert" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

added 245 characters in body
Source Link
Dheeraj S
  • 63
  • 1
  • 1
  • 6
X [ERROR] Could not resolve "fs"

(disabled):node_modules/fabric/node_modules/jsdom/lib/api.js:4:19: 4 │ const fs = require("fs").promises; ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/fabric/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:3:19: 3 │ const fs = require("fs"); ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:3:21: 3 │ const http = require("http"); ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:4:22: 4 │ const https = require("https"); ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:3:21: 3 │ const http = require("http"); ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:4:22: 4 │ const https = require("https"); ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:3:34: 3 │ const HTTP_STATUS_CODES = require("http").STATUS_CODES; ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "child_process"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:6:12: 6 │ } = require("child_process"); ╵ ~~~~~~~~~~~~~~~

The package "child_process" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js:3:19: 3 │ const fs = require("fs"); ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "./zlib_bindings"

node_modules/zlib/lib/zlib.js:1:25: 1 │ module.exports = require('./zlib_bindings');

X [ERROR] Could not resolve "fs"

(disabled):node_modules/fabric/node_modules/jsdom/lib/api.js:4:19: 4 │ const fs = require("fs").promises; ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/fabric/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:3:19: 3 │ const fs = require("fs"); ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:3:21: 3 │ const http = require("http"); ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:4:22: 4 │ const https = require("https"); ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:3:21: 3 │ const http = require("http"); ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:4:22: 4 │ const https = require("https"); ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:3:34: 3 │ const HTTP_STATUS_CODES = require("http").STATUS_CODES; ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "child_process"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:6:12: 6 │ } = require("child_process"); ╵ ~~~~~~~~~~~~~~~

The package "child_process" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js:3:19: 3 │ const fs = require("fs"); ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "./zlib_bindings"

node_modules/zlib/lib/zlib.js:1:25: 1 │ module.exports = require('./zlib_bindings');

"browser": { "fs": false, "os": false, "net": false, "tls": false, "url": false, "http": false, "path": false, "util": false, "zlib": false, "https": false, "assert": false, "stream": false, "child_process": false },

 "browser": {
 "fs": false,
 "os": false,
 "net": false,
 "tls": false,
 "url": false,
 "http": false,
 "path": false,
 "util": false,
 "zlib": false,
 "https": false,
 "assert": false,
 "stream": false,
 "child_process": false }
X [ERROR] Could not resolve "fs"

(disabled):node_modules/fabric/node_modules/jsdom/lib/api.js:4:19: 4 │ const fs = require("fs").promises; ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/fabric/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:3:19: 3 │ const fs = require("fs"); ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:3:21: 3 │ const http = require("http"); ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:4:22: 4 │ const https = require("https"); ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:3:21: 3 │ const http = require("http"); ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:4:22: 4 │ const https = require("https"); ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:3:34: 3 │ const HTTP_STATUS_CODES = require("http").STATUS_CODES; ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "child_process"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:6:12: 6 │ } = require("child_process"); ╵ ~~~~~~~~~~~~~~~

The package "child_process" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js:3:19: 3 │ const fs = require("fs"); ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "./zlib_bindings"

node_modules/zlib/lib/zlib.js:1:25: 1 │ module.exports = require('./zlib_bindings');

"browser": { "fs": false, "os": false, "net": false, "tls": false, "url": false, "http": false, "path": false, "util": false, "zlib": false, "https": false, "assert": false, "stream": false, "child_process": false },

X [ERROR] Could not resolve "fs"

(disabled):node_modules/fabric/node_modules/jsdom/lib/api.js:4:19: 4 │ const fs = require("fs").promises; ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/fabric/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js:3:19: 3 │ const fs = require("fs"); ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:3:21: 3 │ const http = require("http"); ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js:4:22: 4 │ const https = require("https"); ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:3:21: 3 │ const http = require("http"); ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "https"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:4:22: 4 │ const https = require("https"); ╵ ~~~~~~~

The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "http"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:3:34: 3 │ const HTTP_STATUS_CODES = require("http").STATUS_CODES; ╵ ~~~~~~

The package "http" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "child_process"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:6:12: 6 │ } = require("child_process"); ╵ ~~~~~~~~~~~~~~~

The package "child_process" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "fs"

node_modules/fabric/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js:3:19: 3 │ const fs = require("fs"); ╵ ~~~~

The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

X [ERROR] Could not resolve "./zlib_bindings"

node_modules/zlib/lib/zlib.js:1:25: 1 │ module.exports = require('./zlib_bindings');

 "browser": {
 "fs": false,
 "os": false,
 "net": false,
 "tls": false,
 "url": false,
 "http": false,
 "path": false,
 "util": false,
 "zlib": false,
 "https": false,
 "assert": false,
 "stream": false,
 "child_process": false }
deleted 2 characters in body
Source Link
Dheeraj S
  • 63
  • 1
  • 1
  • 6
Loading
deleted 467 characters in body
Source Link
Dheeraj S
  • 63
  • 1
  • 1
  • 6
Loading
added 326 characters in body
Source Link
Dheeraj S
  • 63
  • 1
  • 1
  • 6
Loading
I have added my package.json and angular.json for your reference
Source Link
Dheeraj S
  • 63
  • 1
  • 1
  • 6
Loading
deleted 6631 characters in body
Source Link
Dheeraj S
  • 63
  • 1
  • 1
  • 6
Loading
added 11704 characters in body
Source Link
Dheeraj S
  • 63
  • 1
  • 1
  • 6
Loading
Source Link
Dheeraj S
  • 63
  • 1
  • 1
  • 6
Loading
lang-js

AltStyle によって変換されたページ (->オリジナル) /