-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK depends on Angular even when used in pure Node.js #403
Comments
65 tasks
This was referenced Jul 20, 2021
Closed
@compulim Version 1.18.1 of the JS Speech SDK has been released with a fix for this issue. Thanks again for reporting it, and using Speech SDK. |
70 tasks
This was referenced Mar 3, 2022
81 tasks
74 tasks
74 tasks
76 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing
microsoft-cognitiveservices-speech-sdk
, it said@angular/common>=5
is required.I think should either specify the peer deps in
package.json
, or not requiring Angular.If the SDK can be targeted to headless environment (a.k.a. on Node.js and not browser), Angular should not be a requirement. But in fact, it is.
The scenario will be worsened as
npm@7
will automatically install all missing peer dependencies. Using this SDK in a pure Node.js environment will need to install/run Angular.The text was updated successfully, but these errors were encountered: