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

installation with yarn not working #18

Open
Clex1o1 opened this issue Mar 20, 2020 · 2 comments
Open

installation with yarn not working #18

Clex1o1 opened this issue Mar 20, 2020 · 2 comments

Comments

@Clex1o1
Copy link

Clex1o1 commented Mar 20, 2020

Hi i'm using yarn in projects. Normally i don't have any errors while using, but now i got this error while yarn add rtcmulticonnection, [email protected]: The engine "node" is incompatible with this module. Expected version "latest". Got "13.11.0"
I think this depends on your packages.json because of this lines:

  "engines": {
    "node": "latest"
  },
@diegodorado
Copy link

diegodorado commented Apr 3, 2020

Same here. I supose it would be fixed if changed latest to >=8 or whichever minimum node version is sufficient

@LightenedLimited
Copy link

By the by, you might've forgot to publish this to npm (still getting the requirement error for latest engine).

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

3 participants