User Tools

Site Tools


wiki:node_troubleshooting

node troubleshooting

globalThis is not defined

Error when trying to run soketi on Ubuntu 20.04 server:

/usr/local/lib/node_modules/@soketi/soketi/node_modules/nats/lib/src/mod.js:37
if (typeof globalThis.crypto === "undefined") {
^

ReferenceError: globalThis is not defined
    at Object.<anonymous> (/usr/local/lib/node_modules/@soketi/soketi/node_modules/nats/lib/src/mod.js:37:1)
    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> (/usr/local/lib/node_modules/@soketi/soketi/node_modules/nats/index.js:17:18)
    at Module._compile (internal/modules/cjs/loader.js:778:30)

Node.js is probably outdated. Try using newer version, for example download nvm and install newer node version:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
nvm install v14.21.3

Tested on

  • Ubuntu 20.04
  • node v10.19.0

See also

References

wiki/node_troubleshooting.txt · Last modified: 2023/10/11 15:17 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki