nodejs-driver icon indicating copy to clipboard operation
nodejs-driver copied to clipboard

Remove `@types/long` dependency

Open ramikg opened this issue 2 years ago • 2 comments

I've removed the @types/long dependency, in order to avoid the following deprecation warning:

This is a stub types definition. long provides its own type definitions, so you do not need this installed.

ramikg avatar Nov 30 '23 17:11 ramikg

Interested into this change since it break our builds

error TS2688: Cannot find type definition file for 'long'.
   The file is in the program because:
   Entry point for implicit type library 'long'

Currently, we fix it with overrides in the package.json

  "overrides": {
    "@types/long": "4.0.2"
  },

Graphmaxer avatar Mar 04 '24 09:03 Graphmaxer

I created an issue in the Jira https://datastax-oss.atlassian.net/browse/NODEJS-671 Maybe it will help :/

Graphmaxer avatar May 02 '24 10:05 Graphmaxer