eexit / ghost-storage-cloudinary

:rocket: A fully-featured and deeply tested Cloudinary Ghost storage adapter

Home Page:https://ghost.org/integrations/cloudinary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node version incompatibility issue

LucilleH opened this issue · comments

I'm getting the following error on installation:

gscan@4.22.0: The engine "node" is incompatible with this module. Expected version "^12.22.1 || ^14.17.0 || ^16.13.0". Got "18.19.1"

Dockerfile looks like:

FROM amd64/node:18 as builder

WORKDIR /scratch
COPY ./theme/ ./
RUN yarn add ghost-storage-cloudinary

Ah it was an outdated dependency on my end