voxeet / voxeet-sdk-web

The Dolby.io Communications SDK for Web.
https://www.npmjs.com/package/@voxeet/voxeet-web-sdk
Other
4 stars 2 forks source link

Can't compile because need @dolby-dvc/dvwc, but not exist #5

Closed cristoj closed 1 year ago

cristoj commented 2 years ago

Hii, this package needs @dolby-dvc/dvwc, but doesn't exists in npm directory... How can I fix it????

Thanks

FabienLavocat commented 2 years ago

The @dolby-dvc/dvwc library is a devDependency, your npm script should not attempt to install it. Could you please try the latest version of the package and share the error message.

FabienLavocat commented 2 years ago

This should have been fixed in the latest version of the SDK, please reopen if you still face this issue.

mjohnson4 commented 1 year ago

Getting the same issue on the latest version (3.7.0) with Angular. @FabienLavocat - Could you please check?

FabienLavocat commented 1 year ago

I was able to reproduce this error from a new Angular application using TypeScript. To remove this warning, please add the skipLibCheck flag with the value true in your tsconfig.json.

"skipLibCheck": true