Just added node-redis and my node version is 14.17.3
node_modules/@redis/client/dist/lib/cluster/cluster-slots.js:89
return node.client ?? __classPrivateFieldGet(this, _RedisClusterSlots_instances, "m", _RedisClusterSlots_createNodeClient).call(this, node);
^
SyntaxError: Invalid or unexpected token
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
Error happens with any mention of createClient. Don't even have to make a call with it.