Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better npx link #277

Merged
merged 6 commits into from Oct 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/about-npm/index.mdx
Expand Up @@ -22,7 +22,7 @@ The [*registry*](https://docs.npmjs.com/misc/registry) is a large public databas

* Adapt packages of code for your apps, or incorporate packages as they are.
* Download standalone tools you can use right away.
* Run packages without downloading using [npx](https://www.npmjs.com/package/npx).
* Run packages without downloading using [npx](https://docs.npmjs.com/cli/commands/npx).
* Share code with any npm user, anywhere.
* Restrict code to specific developers.
* Create organizations to coordinate package maintenance, coding, and developers.
Expand Down
Expand Up @@ -68,7 +68,7 @@ NPM_CONFIG_PREFIX=~/.npm-global

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

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).
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).

</Note>

Expand Down
2 changes: 1 addition & 1 deletion content/policies/privacy.mdx
Expand Up @@ -32,7 +32,7 @@ If you find yourself in a jam,
npm collects data about you:

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