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
This is more of a runtime issue but I'm still confused why/how undici requires SharedArrayBuffer.
The problem occurs with:
require('undici')
Uncaught TypeError: SharedArrayBuffer is not a constructor
at node:internal/worker:94:32
at NativeModule.compileForInternalLoader (node:internal/bootstrap/loaders:312:7)
at nativeModuleRequire (node:internal/bootstrap/loaders:341:14)
at node:worker_threads:11:5
at NativeModule.compileForInternalLoader (node:internal/bootstrap/loaders:312:7)
at NativeModule.compileForPublicLoader (node:internal/bootstrap/loaders:252:10)
at loadNativeModule (node:internal/modules/cjs/helpers:44:9)
at Function.Module._load (node:internal/modules/cjs/loader:823:15)
at Module.require (node:internal/modules/cjs/loader:1023:19)
at require (node:internal/modules/cjs/helpers:97:18)
The text was updated successfully, but these errors were encountered:
ronag
changed the title
Uncaught TypeError: SharedArrayBuffer is not a constructorUncaught TypeError: SharedArrayBuffer is not a constructorOct 18, 2024
This is more of a runtime issue but I'm still confused why/how undici requires
SharedArrayBuffer
.The problem occurs with:
The text was updated successfully, but these errors were encountered: