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