From 627bded87d13d4fe35b1a9a4465b14a2df1ecb38 Mon Sep 17 00:00:00 2001 From: Guy Khmelnitsky <3136012+GuyKh@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:43:03 +0300 Subject: [PATCH] Add content for how to use packages (#2073) * NodeJS documentation - Using Packages * Update content/roadmaps/107-nodejs/content/102-nodejs-npm/103-using-packages.md Co-authored-by: Kamran Ahmed --- .../content/102-nodejs-npm/103-using-packages.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/102-nodejs-npm/103-using-packages.md b/content/roadmaps/107-nodejs/content/102-nodejs-npm/103-using-packages.md index 5c7ce5a7b..7d7f62df2 100644 --- a/content/roadmaps/107-nodejs/content/102-nodejs-npm/103-using-packages.md +++ b/content/roadmaps/107-nodejs/content/102-nodejs-npm/103-using-packages.md @@ -1 +1,6 @@ -# Using packages \ No newline at end of file +# Using Packages + +Open source Node modules are very powerful as you can instantly get access to the functionality that you’d otherwise have to write yourself. We normally use CommonJS or ESM to import an installed package. + +Free Content +How to import and use npm modules