Examples (5)
Run all default health checks for `npm`
Check the connection to the `npm` registry
npm doctor connectionCheck the versions of Node.js and `npm` in use
npm doctor versionsCheck for permissions issues with `npm` directories and cache
npm doctor permissionsValidate the cached package files and checksums
npm doctor cachemade by @shridhargupta | data from tldr-pages