gstore-node icon indicating copy to clipboard operation
gstore-node copied to clipboard

@google-cloud/datastore version 7 support

Open jacobg opened this issue 2 years ago • 1 comments

Thanks!

jacobg avatar Jan 20 '23 16:01 jacobg

@jacobg starting from NodeJS v18 (npm v8) there is a possibility to override dependencies for other packages inside package.json. Here is how I use overrides with @google-cloud/[email protected]:

"[email protected]": {
      "@google-cloud/datastore": "$@google-cloud/datastore"
    }

dmk1111 avatar Oct 11 '23 07:10 dmk1111