Skip to content

Commit 12c7682

Browse files
committed
edits
1 parent 5f5ab42 commit 12c7682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/npm-package-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Visual Studio integration with npm is different depending on your project type.
3636

3737
Starting in Visual Studio 2022, the npm package manager is available for [CLI-based projects](../javascript/javascript-in-vs-2022.md#project-templates), so you can now download npm modules similarly to the way you download NuGet packages for ASP.NET Core projects. Then you can use *package.json* to modify and delete packages.
3838

39-
To open the package manager, from Solution Explorer, right-click the **npm** node in your project.
39+
To open the package manager, from Solution Explorer, right-click the **npm** node in your project and choose **Add npm package**.
4040

4141
:::image type="content" source="../javascript/media/vs-2022/npm-packages-open-manager-esproj.png" alt-text="Open package manager from Solution Explorer" border="true":::
4242

0 commit comments

Comments
 (0)