From 7a6c2088db00d95bcd4718a1c9766adb3a44f7ca Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 23 Jun 2025 13:22:36 +0800 Subject: [PATCH] Update package installation instructions for Razor Pages --- .../ui/mvc-razor-pages/client-side-package-management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/framework/ui/mvc-razor-pages/client-side-package-management.md b/docs/en/framework/ui/mvc-razor-pages/client-side-package-management.md index af65a53757..76f9acd5db 100644 --- a/docs/en/framework/ui/mvc-razor-pages/client-side-package-management.md +++ b/docs/en/framework/ui/mvc-razor-pages/client-side-package-management.md @@ -34,10 +34,10 @@ It's suggested to depend on a standard package instead of directly depending on #### Package Installation -After depending on a NPM package, all you should do is to run the **npm install** command from the command line to install all the packages and their dependencies: +After depending on a NPM package, you should run the **abp install-libs** command from the command line to install all the packages and their dependencies, and copy the required resources to the wwwroot/libs folder: ```bash -npm install +abp install-libs ``` #### Package Contribution