clineamb / gulp-s3-upload

A gulp task to upload/update assets to an S3 account.
62 stars 37 forks source link

version 1.7.2+ doesn't work in node 4.4 #64

Open darudude opened 5 years ago

darudude commented 5 years ago

We're using gulp-s3-upload with Node -v 4.4.

The 1.7.2 update modified the ansi-colors dependency from ^1.0.1 to ^3.2.3.

ansi-colors 3.2.3 is not compatible with node 4.4

clineamb commented 5 years ago

Since your version of Node is very out of date, I would probably downgrade the version of this package to one that works.

darudude commented 5 years ago

Yeah that's fine - we're using 1.7.1.

I just think the package.json should have an engine tag to specify the node version its compatible with, so people don't auto update to the latest version if they're on an unsupported version.

clineamb commented 5 years ago

That sounds great, I'll be sure to incorporate into the next version