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
In VSCODE terminal, I get this error when I run
I ran
Error
what I tried:
Nothing works, how to rectify this