So I did this:
"engines": {
"node": "14.19.1",
"npm": "6.14.16"
},
Then I ran yarn install (after deleting lock file and node_modules of course)
And I get this error in the console:
λ The engine "node" is incompatible with this module. Expected version "14.19.1". Got "16.13.2"
Right now you seem to have some success on this issue so I’d like to hear your thoughts on how I should proceed?