diff --git a/pages/common/lambo-new.md b/pages/common/lambo-new.md index 92e0cf606c..bf19aeb4ab 100644 --- a/pages/common/lambo-new.md +++ b/pages/common/lambo-new.md @@ -19,7 +19,7 @@ `lambo new --{{vue|bootstrap|react}} {{app_name}}` -- Install npm dependencies after the project has been created: +- Install `npm` dependencies after the project has been created: `lambo new --node {{app_name}}` diff --git a/pages/common/ncu.md b/pages/common/ncu.md index ea0c9660d9..f91695cbf9 100644 --- a/pages/common/ncu.md +++ b/pages/common/ncu.md @@ -8,7 +8,7 @@ `ncu` -- List outdated global npm packages: +- List outdated global `npm` packages: `ncu --global` diff --git a/pages/common/npm-doctor.md b/pages/common/npm-doctor.md index 393ca4974b..81adebe362 100644 --- a/pages/common/npm-doctor.md +++ b/pages/common/npm-doctor.md @@ -3,19 +3,19 @@ > Check the health of the npm environment. > More information: . -- Run all default health checks for npm: +- Run all default health checks for `npm`: `npm doctor` -- Check the connection to the npm registry: +- Check the connection to the `npm` registry: `npm doctor connection` -- Check the versions of Node.js and npm in use: +- Check the versions of Node.js and `npm` in use: `npm doctor versions` -- Check for permissions issues with npm directories and cache: +- Check for permissions issues with `npm` directories and cache: `npm doctor permissions` diff --git a/pages/common/npm-home.md b/pages/common/npm-home.md index 163906d228..e412b9390d 100644 --- a/pages/common/npm-home.md +++ b/pages/common/npm-home.md @@ -3,7 +3,7 @@ > Open the npm page, Yarn page, or GitHub repository of a package in the web browser. > More information: . -- Open the npm page of a specific package in the web browser: +- Open the `npm` page of a specific package in the web browser: `npm-home {{package}}` diff --git a/pages/common/npm-name.md b/pages/common/npm-name.md index de7c6c1aa7..7b2e7b3873 100644 --- a/pages/common/npm-name.md +++ b/pages/common/npm-name.md @@ -3,10 +3,10 @@ > Check whether a package or organization name is available on npm. > More information: . -- Check if a specific package name is available in the npm registry: +- Check if a specific package name is available in the `npm` registry: `npm-name {{package}}` -- Find similar package names in the npm registry: +- Find similar package names in the `npm` registry: `npm-name --similar {{package}}` diff --git a/pages/common/npm-why.md b/pages/common/npm-why.md index 15e9bfe021..19d8b221b0 100644 --- a/pages/common/npm-why.md +++ b/pages/common/npm-why.md @@ -3,6 +3,6 @@ > Identifies why an npm package is installed. > More information: . -- Show why an npm package is installed: +- Show why an `npm` package is installed: `npm-why {{package}}` diff --git a/pages/common/pnpx.md b/pages/common/pnpx.md index 8009347337..a86ae299d9 100644 --- a/pages/common/pnpx.md +++ b/pages/common/pnpx.md @@ -4,11 +4,11 @@ > Note: This command is deprecated! Use `pnpm exec` and `pnpm dlx` instead. > More information: . -- Execute the binary from a given npm module: +- Execute the binary from a given `npm` module: `pnpx {{module_name}}` -- Execute a specific binary from a given npm module, in case the module has multiple binaries: +- Execute a specific binary from a given `npm` module, in case the module has multiple binaries: `pnpx --package {{package_name}} {{module_name}}`