From 84c7a05e8868ea225828c36734aeaabd0025d986 Mon Sep 17 00:00:00 2001 From: Atharva Hinge <89994686+36atharva@users.noreply.github.com> Date: Mon, 5 Dec 2022 17:47:33 +0530 Subject: [PATCH] Fixed the issue of npx link broken. (#3013) * Update 100-npx.md * Update 100-npx.md * Update 100-npx.md * Update 100-npx.md * Update content/roadmaps/107-nodejs/content/102-nodejs-npm/100-npx.md Co-authored-by: Kamran Ahmed --- .../roadmaps/107-nodejs/content/102-nodejs-npm/100-npx.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/roadmaps/107-nodejs/content/102-nodejs-npm/100-npx.md b/content/roadmaps/107-nodejs/content/102-nodejs-npm/100-npx.md index 9ab2e6571..1a271380b 100644 --- a/content/roadmaps/107-nodejs/content/102-nodejs-npm/100-npx.md +++ b/content/roadmaps/107-nodejs/content/102-nodejs-npm/100-npx.md @@ -3,6 +3,7 @@ npx is a very powerful command that's been available in npm starting version 5.2, released in July 2017. If you don't want to install npm, you can install npx as a standalone package. npx lets you run code built with Node.js and published through the npm registry. Free Content -The npx Node.js Package Runner +Introduction to the npx Node.js Package Runner npm vs npx — What’s the Difference? -Official Documentation +Official Documentation: +