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

does not work with node v14 ? #1862

Open
vesper8 opened this issue Jun 18, 2020 · 1 comment
Open

does not work with node v14 ? #1862

vesper8 opened this issue Jun 18, 2020 · 1 comment
Labels

Comments

@vesper8
Copy link

vesper8 commented Jun 18, 2020

I am getting an error trying to do anything such as yarn dev because I'm using node v14 and this line in the package.json

  "engines": {
    "node": "12.14",
  },

Basically forces you to use node v12 ?

I get this error

The engine "node" is incompatible with this module. Expected version "12.14". Got "14.4.0"

Tried removing that line but then I get a bunch more errors

@sobolevn
Copy link
Member

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.

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

No branches or pull requests

2 participants