Skip to content

Commit 926bb61

Browse files
committed
node dependency
1 parent 189236d commit 926bb61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/ai-services/computer-vision/includes/quickstarts-sdk/image-analysis-node-sdk-40.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ Use the Image Analysis client SDK for JavaScript to analyze an image to read tex
5656
npm install @azure-rest/ai-vision-image-analysis
5757
```
5858

59+
Also install the dotenv package:
60+
61+
```console
62+
npm install dotenv
63+
```
64+
5965
Your app's `package.json` file will be updated with the dependencies.
6066

6167
1. Create a new file, *index.js*. Open it in a text editor and paste in the following code.

0 commit comments

Comments
 (0)