node-eventstore-client icon indicating copy to clipboard operation
node-eventstore-client copied to clipboard

@types/node dependency breaks running projects

Open Xenya0815 opened this issue 5 years ago • 3 comments

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?

Xenya0815 avatar May 22 '19 07:05 Xenya0815

+1 same here, downgrade to 0.2.10 version helps.

valera33 avatar Jun 11 '19 05:06 valera33

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

nicdex avatar Jun 11 '19 06:06 nicdex

Gave a try at fixing this in 0.2.15

nicdex avatar Nov 02 '19 23:11 nicdex