We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Install as the command: yarn add rtcmulticonnection-server --ignore-engines
yarn add rtcmulticonnection-server --ignore-engines
and in future: yarn install --ignore-engines but this not recommended.
yarn install --ignore-engines
or
Do fork and install as the command: yarn add https://github.com/{username}/RTCMultiConnection-Server
yarn add https://github.com/{username}/RTCMultiConnection-Server
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: