You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should work! You need to update engines in package.json and FROM in Dockerfile.
And probably reinstall everything in node_modules with rm -rf node_modules && npm i
Please, post tracebacks if this does not work for you.
I am getting an error trying to do anything such as
yarn dev
because I'm using node v14 and this line in thepackage.json
Basically forces you to use node v12 ?
I get this error
Tried removing that line but then I get a bunch more errors
The text was updated successfully, but these errors were encountered: