subscan-explorer / subscan-essentials

Polkadot Substrate Explorer Subscan

Home Page:https://www.subscan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The engine "node" is incompatible with this module

Ethereumx opened this issue · comments

When buildig docker compose I am getting this error

[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "linux" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
error node-sass@7.0.0: The engine "node" is incompatible with this module. Expected version ">=12". Got "10.17.0"
error Found incompatible module.

I have node 12 installed

Same issue, running this docker-compose guide. I opened a PR with my quick workaround, probably a better solution is possible.