This commit is contained in:
Glenn Harper 2022-11-28 09:21:17 -08:00 коммит произвёл GitHub
Родитель 39d87f1400
Коммит a91a110c07
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -45,6 +45,12 @@ Change to the Speech SDK directory:
cd cognitive-services-speech-sdk-js
```
Run setup to pull updated dependency versions:
```
npm run setup
```
Install the required packages:
```