Jimmy Björklund
Jimmy Björklund
Version 4.21.0 and older now pulls in types for 5.0.0 that are incompatible. ``` "node_modules/@types/express": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.0.tgz", "integrity": "sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==", "license": "MIT", "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0",...
### Description After upgrade to 1.5.17 from 1.5.16 the connect function never returns. host: clustercfg.XXXXXXXmemorydb.eu-north-1.amazonaws.com port is: 6379 ``` const options: RedisClusterOptions = { rootNodes: [{ url:"rediss://" + this.config.redis.host +...
node_modules/broker-factory/build/es2019/interfaces/default-broker-definition.d.ts:3:24 - error TS2749: 'MessagePort' refers to a value, but is being used as a type here. Did you mean 'typeof MessagePort'? 3 connect(): Promise; ~~~~~~~~~~~ node_modules/broker-factory/build/es2019/interfaces/default-broker-definition.d.ts:4:22 - error TS2749:...
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async...