pages/common/*: put npm
in code ticks (#14280)
This commit is contained in:
@@ -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`
|
||||
|
||||
|
Reference in New Issue
Block a user