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

Install failed . Ubuntu 18.04 Unsupported engine #19

Open
jj449 opened this issue Mar 23, 2020 · 1 comment
Open

Install failed . Ubuntu 18.04 Unsupported engine #19

jj449 opened this issue Mar 23, 2020 · 1 comment

Comments

@jj449
Copy link

jj449 commented Mar 23, 2020

when I install form git
npm install https://github.com/muaz-khan/RTCMultiConnection-Server.git ./

I got error :
notsup Unsupported engine for [email protected]: wanted: {"node":"latest"} (current: {"node":"13.11.0","npm":"6.13.7"})

notsup Not compatible with your version of node/npm: [email protected]

but I already upgrade my node to latest version . how to solve this ? thanks

@nurassyl
Copy link
Contributor

Install as the command:
yarn add rtcmulticonnection-server --ignore-engines

and in future:
yarn install --ignore-engines but this not recommended.

or

Do fork and install as the command:
yarn add https://github.com/{username}/RTCMultiConnection-Server

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

2 participants