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
Since typescript is a dependency, any project using a different version of typescript will fail to run npm install react-vnc and throw an error like the following:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: typescript@4.4.4
npm ERR! node_modules/typescript
npm ERR! typescript@"^4.0.3" from the root project
npm ERR! typescript@"^4.2.4" from react-vnc@0.2.5
npm ERR! node_modules/react-vnc
npm ERR! react-vnc@"0.2.5" from the root project
The text was updated successfully, but these errors were encountered:
react-vnc/package.json
Line 35 in 574b631
Since typescript is a dependency, any project using a different version of typescript will fail to run
npm install react-vnc
and throw an error like the following:The text was updated successfully, but these errors were encountered: