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 <kamranahmed.se@gmail.com>
pull/3062/head
Atharva Hinge 2 years ago committed by GitHub
parent 93fd576573
commit 84c7a05e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://nodejs.dev/en/learn/the-npx-nodejs-package-runner'>The npx Node.js Package Runner</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b'>Introduction to the npx Node.js Package Runner</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://www.freecodecamp.org/news/npm-vs-npx-whats-the-difference/'>npm vs npx — What’s the Difference?</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://docs.npmjs.com/cli/v7/commands/npx/'>Official Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://docs.npmjs.com/cli/v7/commands/npx/'>Official Documentation:</BadgeLink>

Loading…
Cancel
Save