app npm install error

I’m trying to run ‘npm install’ inside mediasoup-demo/app using node v15.5.0 and npm 7.3.0 and getting an error:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: mediasoup-demo-app@3.0.0
npm ERR! Found: react@16.14.0
npm ERR! node_modules/react
npm ERR! react@“^16.12.0” from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@“>=^16.0.0” from react-tooltip@3.11.6
npm ERR! node_modules/react-tooltip
npm ERR! react-tooltip@“^3.11.1” from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/me/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/me/.npm/_logs/2020-11-30T02_31_52_842Z-debug.log

When trying ‘npm install --force’ I’m getting:

npm ERR! Invalid tag name “>=^16.0.0”: Tags may not have any characters that encodeURIComponent encodes.

Reported in react-tooltip:

npm cli:

What node.js and npm version are you using?

No errors in:
node v14.15.3
npm 6.14.9