-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to get this working with node 20.x? #39
Comments
same problem. |
Following works for me, but not node20 strapi-plugin-local-image-sharp@^1.7.0 FROM node:18.13-alpine3.16 Installing libvips-dev for sharp CompatibilityRUN apk update && WORKDIR /opt/ WORKDIR /opt/app RUN ["yarn", "build"]EXPOSE 1337 |
anyone success with node.20? |
Unless we can raise to node 20.5.0 we are going to miss out on all the changes in: |
Works fine for me with strapi-plugin-local-image-sharp@^1.7.0 |
If I try I get this:
node v20.11.0
npm v10.2.4
The text was updated successfully, but these errors were encountered: