Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected]: The engine "node" is incompatible with this module. Expected version "8.9.0". Got "14.15.3" #52

Open
AusGirl opened this issue Jan 7, 2021 · 1 comment

Comments

@AusGirl
Copy link

AusGirl commented Jan 7, 2021

In VSCODE terminal, I get this error when I run

I ran

yarn devserver

Error

[email protected]: 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 [email protected]
npm uninstall node
npm install [email protected]

Nothing works, how to rectify this

@jinmingpang
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants