kevinadhiguna / strapi-dockerize

📦 A Strapi app powered by Docker and docker-compose. Also a guide to configure your Strapi app with hosted database service such as MongoDB Atlas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The engine "node" is incompatible with this module. Expected version ">=10.16.0 <=14.x.x". Got "16.13.0"

kevinadhiguna opened this issue · comments

NodeJS version is outside of the range supported by Strapi v3.6.8 (Not Strapi v4).

@kevinadhiguna node version must be among even numbered versions such as 10 or 14.
Currently 16 is not supported.