The added "@types/node": "^6.0.47" dependency leads to errors at our project:
Conflicting definitions for 'node' found at 'node_modules/node-eventstore-client/node_modules/@types/node/ts3.2/index.d.ts' and node_modules/@types/node/ts3.2/index.d.ts'. Consider installing a specific version of this library to resolve the conflict.
At older projects we use the node types with version 8.x.x and at newer projects already 10.x.x.
What is the preferred way to get rid of it?