Skip to content

Commit c4d100d

Browse files
committed
added screenshot'
1 parent 4566418 commit c4d100d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/javascript/npm-package-management.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ In this window you can search for a package, specify options, and install.
5353
* **Selected version** - Select the version of the package you want to install.
5454
* **Other npm arguments** - Specify other standard npm arguments. For example, you can enter a version value such as `@~0.8` to install a specific version that is not available in the versions list.
5555

56-
You can see the progress of the installation in the npm tab in the Output window. This may take some time.
56+
You can see the progress of the installation in the **npm** output in the **Output** window. This may take some time.
57+
58+
![npm output](../javascript/media/npm-output.png)
5759

5860
> [!TIP]
5961
> You can search for scoped packages by prepending the search query with the scope you're interested in, for example, type `@types/mocha` to look for TypeScript definition files for mocha. Also, when installing type definitions for TypeScript, you can specify the TypeScript version you're targeting by adding `@ts2.6` in the npm argument field.

0 commit comments

Comments
 (0)