Troy McCall

Results 6 comments of Troy McCall

this issue also seems to be inherent to `yarn v 1.1.0` as well, and only removing `node_modules`and doing a fresh `sudo npm i -g && npm i`works

@grzegorzkrukowski I've addressed this issue in this PR https://github.com/JamieMason/ImageOptim-CLI/pull/200 until it is merged, you can ```bash git clone https://github.com/troyxmccall/ImageOptim-CLI -b batch-size-option cd ImageOptim-CLI yarn && yarn build ``` to build...

this is likely due to using gulp-uglify (or another js minifier) which only supports `es5` and this library uses `es6`, i'd recommend checking out - https://www.npmjs.com/package/gulp-uglify - https://www.npmjs.com/package/uglify-es - or...

hey @crossjam @spijet I don't have an ETA on this fix, a lot of Open Source projects I contribute to are on life-support, and sadly, I don't have the time...

@TomasNovo you'll need to audit all of your workflows and look up Node v16 compatible versions ie: ``` FranzDiebold/github-env-vars-action@v2 ``` would need to be rolled back to a specific version...

this is my workaround for `v2.321.0` on RHEL7 systems #### grab a node20 compatible glibc dist (prebuilt) for linux x86_64 and save it to `/node20217` ``` curl -sL https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz |...