Open keesvanbemmel opened 2 years ago
I tried with yarn add https://github.com/dimitrov-adrian/directus-extension-searchsync
and it seems to works
Using node@16 and directus@9.14
This package is not published on the npm registry, it gets installed by npm through Git. Try to install Git first.
If you're building a Docker image and having directus/directus as base - it uses node-alpine. That one doesn't have git by default
This ended up working:
FROM directus/directus:11.1.0
USER root
RUN apk add --no-cache git
RUN corepack enable
USER node
RUN pnpm install dimitrov-adrian/directus-extension-searchsync
Hi!
Trying to add this to my project but getting this output:
Any thoughts?