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: +