Trying to install the SDK from NPM fails with:
npm error code ETARGET
npm error notarget No matching version found for rrweb@^2.0.0.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.
Required to fix in my package.json is:
"overrides": {
"rrweb": "2.0.0-alpha.4"
}
Trying to install the SDK from NPM fails with:
Required to fix in my package.json is: