node-eventstore-client
node-eventstore-client copied to clipboard
@types/node dependency breaks running projects
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?
+1 same here, downgrade to 0.2.10 version helps.
I don't use typescript this was added to fix #73. If you guys figure it out let me know or provide a PR. Thanks
Gave a try at fixing this in 0.2.15