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
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"
},
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: