From f8f7c023b982b04ca64d01e8b546b2449f59ed84 Mon Sep 17 00:00:00 2001 From: SamamaKarim092 <154582050+SamamaKarim092@users.noreply.github.com> Date: Sun, 2 Mar 2025 15:16:37 +0500 Subject: [PATCH] Update npm.md Added in the Additional resources What is npx? Difference between npm and npx --- javascript/organizing_your_javascript_code/npm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/javascript/organizing_your_javascript_code/npm.md b/javascript/organizing_your_javascript_code/npm.md index f85775b8d64..2892de18460 100644 --- a/javascript/organizing_your_javascript_code/npm.md +++ b/javascript/organizing_your_javascript_code/npm.md @@ -70,4 +70,5 @@ The following questions are an opportunity to reflect on key topics in this less This section contains helpful links to related content. It isn't required, so consider it supplemental. -- It looks like this lesson doesn't have any additional resources yet. Help us expand this section by contributing to our curriculum. +- [What is npx?]([#npm](https://docs.npmjs.com/cli/v8/commands/npx)) +- [Difference between npm and npx](https://www.geeksforgeeks.org/what-are-the-differences-between-npm-and-npx/).