You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The bot doesn't start. I get the following error message:
/media/sdc1/tox0id/rammari/evobot/node_modules/undici/lib/web/fetch/response.js:530 ReadableStream ^ ReferenceError: ReadableStream is not defined at Object.<anonymous> (/media/sdc1/tox0id/rammari/evobot/node_modules/undici/lib/web/fetch/response.js:530:3) at Module._compile (node:internal/modules/cjs/loader:1198:14) at Module._extensions..js (node:internal/modules/cjs/loader:1252:10) at Object.require.extensions.<computed> [as .js] (/media/sdc1/tox0id/rammari/evobot/node_modules/ts-node/src/index.ts:1608 :43) at Module.load (node:internal/modules/cjs/loader:1076:32) at Function.Module._load (node:internal/modules/cjs/loader:911:12) at Module.require (node:internal/modules/cjs/loader:1100:19) at require (node:internal/modules/cjs/helpers:119:18) at Object.<anonymous> (/media/sdc1/tox0id/rammari/evobot/node_modules/undici/lib/web/fetch/index.js:11:5) at Module._compile (node:internal/modules/cjs/loader:1198:14) npm notice npm notice New major version of npm available! 8.19.4 -> 10.8.2 npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.2 npm notice Run npm install -g [email protected] to update! npm notice
I have Node.js version: 16.20.2 and it seems to be related to node versions under 18?
On my server I cannot update node above 16
Can this issue be solved with node 16 support?
How To Reproduce
Steps to reproduce the behavior:
have node version 16
run npm start
Expected behavior
Evobot should start
Environment (add if possible)
Node.js version: 16.20.2
The text was updated successfully, but these errors were encountered:
Describe the bug
The bot doesn't start. I get the following error message:
/media/sdc1/tox0id/rammari/evobot/node_modules/undici/lib/web/fetch/response.js:530 ReadableStream ^ ReferenceError: ReadableStream is not defined at Object.<anonymous> (/media/sdc1/tox0id/rammari/evobot/node_modules/undici/lib/web/fetch/response.js:530:3) at Module._compile (node:internal/modules/cjs/loader:1198:14) at Module._extensions..js (node:internal/modules/cjs/loader:1252:10) at Object.require.extensions.<computed> [as .js] (/media/sdc1/tox0id/rammari/evobot/node_modules/ts-node/src/index.ts:1608 :43) at Module.load (node:internal/modules/cjs/loader:1076:32) at Function.Module._load (node:internal/modules/cjs/loader:911:12) at Module.require (node:internal/modules/cjs/loader:1100:19) at require (node:internal/modules/cjs/helpers:119:18) at Object.<anonymous> (/media/sdc1/tox0id/rammari/evobot/node_modules/undici/lib/web/fetch/index.js:11:5) at Module._compile (node:internal/modules/cjs/loader:1198:14) npm notice npm notice New major version of npm available! 8.19.4 -> 10.8.2 npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.2 npm notice Run npm install -g [email protected] to update! npm notice
I have Node.js version: 16.20.2 and it seems to be related to node versions under 18?
On my server I cannot update node above 16
Can this issue be solved with node 16 support?
How To Reproduce
Steps to reproduce the behavior:
npm start
Expected behavior
Evobot should start
Environment (add if possible)
The text was updated successfully, but these errors were encountered: