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