From 8d4a23e6fab07a1b97eb3ae59defb77e2259f644 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Thu, 1 Sep 2022 19:03:02 +0000 Subject: [PATCH] Resources added for npx (#1656) * Resources added for npx * Update content/roadmaps/107-nodejs/content/102-nodejs-npm/100-npx.md Co-authored-by: Kamran Ahmed --- .../107-nodejs/content/102-nodejs-npm/100-npx.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 947d60102..9ab2e6571 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 @@ -1 +1,8 @@ -# Npx \ No newline at end of file +# npx + +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 +npm vs npx — What’s the Difference? +Official Documentation