andrewrk / node-s3-client

high level amazon s3 client for node.js
MIT License
1k stars 303 forks source link

Updating gracefull-fs. #230

Open petermilan opened 4 years ago

petermilan commented 4 years ago

To be able to run node-s3-client on node v12 we need to update gracefull-fs package.

Dectom commented 4 years ago

This needs to be fixed, Please accept this

Jaygiri commented 4 years ago

We need this - please accept this PR. @andrewrk @kacole2 @faceleg @maki10 @dvalentiate

RobvH commented 4 years ago

@andrewrk @kacole2 @faceleg @maki10 @dvalentiate It appears this simple update would significantly reduce problems we're having using the library. We've been on Node 12 for a while. Merging this update would be fantastic.

deeheber commented 3 years ago

^ bump this affects my company as well.

gtzinos commented 3 years ago

Hi,

Any update on this? We all urgently need it, as the node 12 is a minimum requirement for our projects.

Jaygiri commented 3 years ago

While @andrewrk is busy creating zig try this if you are using yarn...

Add following to your package.json

"resolutions": {
    "node-s3-client/graceful-fs": "4.2.4"
  }