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)