pages/common/*: put npm in code ticks (#14280)

This commit is contained in:
Sebastiaan Speck
2024-10-20 18:00:55 +02:00
committed by GitHub
parent 4043aaec0d
commit c29c5d1305
7 changed files with 12 additions and 12 deletions

View File

@@ -3,19 +3,19 @@
> Check the health of the npm environment.
> More information: <https://docs.npmjs.com/cli/commands/npm-doctor>.
- 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`