Pagedraw / pagedraw

a UI builder for React web apps

Home Page:https://pagedraw.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pagedraw@0.0.0: The engine "node" is incompatible with this module. Expected version "8.9.0". Got "14.15.3"

AusGirl opened this issue · comments

In VSCODE terminal, I get this error when I run

I ran

yarn devserver

Error

pagedraw@0.0.0: The engine "node" is incompatible with this module. Expected version "8.9.0". Got "14.15.3"

what I tried:

yarn install --ignore-engines
yarn add node@8.9.0
npm uninstall node
npm install node@8.9.0

Nothing works, how to rectify this

This issue appears to be caused by inconsistent versions of environmental requirements. pagedraw/package.josn engines required "node": "8.9.0", but pagedraw/desktop-app/package.josn required "node": "10.11.0".

Maybe just change the node engines version to 10.11.0 at pagedraw/package.josn .

Then change env node version to 10.11.0. Remove pagedraw/node_modules dir, And reinstall all dependencies.

I just want to run it in the Browser, not Electron. So I didn't try, I'm not sure it'll succeed.