You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
@kyuumeitai having the same issue. Could you please provide your Dockerfile / link to whatever it is you are referencing by installing manually with curl similar to strapi/base does? As I can't find anything that does something like your example
Thank you a lot for your hints. However, that part /bin/sh -c ARCH= && dpkgArch="$(dpkg --print-architecture)" ... looks scary to me (I am no Linux expert). May you please explain what it is, or maybe you can just throw me a doc or something to read? Thanks!
If you try to use docker/base in your Dockerfile and installing Graphql plugin on docker-entrypoint.sh after, you'll see the graphql-upload dependency demands 14.17.0 https://github.com/jaydenseric/graphql-upload/blob/master/package.json#L45
I ended removing nodejs link on my docker-entrypoint.sh and installing manually with curl similar to strapi/base does:
That way you can install strapi-plugin-graphql without further issues.
The text was updated successfully, but these errors were encountered: