Skip to content

Commit e3bb8f8

Browse files
mrienstrawraithgar
andauthored
Better npx link (#277)
* Better npx link * Better npx link * Better npx link * 🌲 Co-authored-by: wraithgar <wraithgar@github.com> * Update resolving-eacces-permissions-errors-when-installing-packages-globally.mdx * 🌲 Co-authored-by: wraithgar <wraithgar@github.com>
1 parent adbed85 commit e3bb8f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/about-npm/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The [*registry*](https://docs.npmjs.com/misc/registry) is a large public databas
2222

2323
* Adapt packages of code for your apps, or incorporate packages as they are.
2424
* Download standalone tools you can use right away.
25-
* Run packages without downloading using [npx](https://www.npmjs.com/package/npx).
25+
* Run packages without downloading using [npx](https://docs.npmjs.com/cli/commands/npx).
2626
* Share code with any npm user, anywhere.
2727
* Restrict code to specific developers.
2828
* Create organizations to coordinate package maintenance, coding, and developers.

content/packages-and-modules/getting-packages-from-the-registry/resolving-eacces-permissions-errors-when-installing-packages-globally.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ NPM_CONFIG_PREFIX=~/.npm-global
6868

6969
**npx: an alternative to running global commands**
7070

71-
If you are using npm version 5.2 or greater, you may want to consider [npx](https://www.npmjs.com/package/npx) as an alternative way to run global commands, especially if you only need a command occasionally. For more information, see [this article about npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b).
71+
If you are using npm version 5.2 or greater, you may want to consider [npx](https://docs.npmjs.com/cli/commands/npx) as an alternative way to run global commands, especially if you only need a command occasionally. For more information, see [this article about npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b).
7272

7373
</Note>
7474

content/policies/privacy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you find yourself in a jam,
3232
npm collects data about you:
3333

3434
- when you use the [npm command](https://www.npmjs.com/package/npm),
35-
the [npx command](https://www.npmjs.com/package/npx) or another
35+
the [npx command](https://docs.npmjs.com/cli/commands/npx) or another
3636
program to access the [npm public registry](https://registry.npmjs.org/),
3737
[Enterprise registries that npm hosts](https://www.npmjs.com/enterprise),
3838
[private packages](https://www.npmjs.com/features),

0 commit comments

Comments
 (0)