File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
articles/cognitive-services/Custom-Vision-Service Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ This article provides information and sample code to help you get started using
27
27
To install the Custom Vision service SDKs for Node.js, run the following commands:
28
28
29
29
``` command
30
- npm install azure- cognitiveservices-customvision-training
31
- npm install azure- cognitiveservices-customvision-prediction
30
+ npm install @ azure/ cognitiveservices-customvision-training
31
+ npm install @ azure/ cognitiveservices-customvision-prediction
32
32
```
33
33
34
34
You can download the images with the [ Node.js Samples] ( https://github.com/Azure-Samples/cognitive-services-node-sdk-samples ) .
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ This article provides information and sample code to help you get started using
27
27
To install the Custom Vision service SDK for Node.js, run the following command in PowerShell:
28
28
29
29
``` powershell
30
- npm install azure- cognitiveservices-customvision-training
31
- npm install azure- cognitiveservices-customvision-prediction
30
+ npm install @ azure/ cognitiveservices-customvision-training
31
+ npm install @ azure/ cognitiveservices-customvision-prediction
32
32
```
33
33
34
34
[ !INCLUDE [ get-keys] ( includes/get-keys.md )]
You can’t perform that action at this time.
0 commit comments