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

ReferenceError: ReadableStream is not defined - fetch/response.js:527:3 #4151

Open
pietheinstrengholt opened this issue Oct 16, 2024 · 2 comments

Comments

@pietheinstrengholt
Copy link

I've upgraded from 1.0.0-rc.12 to 1.0.0 and am experiencing an issue with one of the dependencies, which was not present before. Does anyone know what could be causing this?

/mnt/c/GitHub/rssmonster/server/node_modules/undici/lib/web/fetch/response.js:527
  ReadableStream
  ^

ReferenceError: ReadableStream is not defined
    at Object.<anonymous> (/mnt/c/GitHub/rssmonster/server/node_modules/undici/lib/web/fetch/response.js:527:3)
    at Module._compile (node:internal/modules/cjs/loader:1103:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/mnt/c/GitHub/rssmonster/server/node_modules/undici/lib/web/fetch/index.js:11:5)
    at Module._compile (node:internal/modules/cjs/loader:1103:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
[nodemon] app crashed - waiting for file changes before starting...
@Form1ca
Copy link

Form1ca commented Oct 22, 2024

same error with node 16.16

@wartab
Copy link

wartab commented Oct 28, 2024

cheerio requires node 18.17 or later.

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

No branches or pull requests

6 participants
@pietheinstrengholt @wartab @Form1ca and others