From 8765d4f5f7c278554b14d07d283edef053c260b3 Mon Sep 17 00:00:00 2001 From: Imad eddine Fillali <95842693+imadeddineF@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:55:09 +0100 Subject: [PATCH] Update installation content (#6536) * Update local-installation@oYeux7PbveYaVwXRzAg5x.md * Update src/data/roadmaps/nodejs/content/local-installation@oYeux7PbveYaVwXRzAg5x.md --------- Co-authored-by: Kamran Ahmed --- .../content/local-installation@oYeux7PbveYaVwXRzAg5x.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/nodejs/content/local-installation@oYeux7PbveYaVwXRzAg5x.md b/src/data/roadmaps/nodejs/content/local-installation@oYeux7PbveYaVwXRzAg5x.md index e2089e067..8d27a02af 100644 --- a/src/data/roadmaps/nodejs/content/local-installation@oYeux7PbveYaVwXRzAg5x.md +++ b/src/data/roadmaps/nodejs/content/local-installation@oYeux7PbveYaVwXRzAg5x.md @@ -1 +1,8 @@ -# Local Installation \ No newline at end of file +# Local Installation + +Locally installed packages are available only to the project where the packages are installed, while the globally installed packages can be used any where without installing them into a project. Another usecase of the global packages is when using CLI tools. + +Visit the following resources to learn more: + +- [@official@Downloading and installing packages locally](https://docs.npmjs.com/downloading-and-installing-packages-locally) +- [@official@Downloading and installing packages globally](https://docs.npmjs.com/downloading-and-installing-packages-globally)