Running doctor
npm ping: {{shell.doctorLog[0][1]}}
↳ {{shell.doctorLog[0][2]}}
npm -v: {{shell.doctorLog[1][1]}}
↳ {{shell.doctorLog[1][2]}}
node -v: {{shell.doctorLog[2][1]}}
↳ {{shell.doctorLog[2][2]}}
npm config get registry: {{shell.doctorLog[3][1]}}
↳ {{shell.doctorLog[3][2]}}
which git: {{shell.doctorLog[4][1]}}
↳ {{shell.doctorLog[4][2]}}
Perms check on cached files: {{shell.doctorLog[5][1]}}
↳ {{shell.doctorLog[5][2]}}
Perms check on global node_modules: {{shell.doctorLog[6][1]}}
↳ {{shell.doctorLog[6][2]}}
Perms check on local node_modules: {{shell.doctorLog[7][1]}}
↳ {{shell.doctorLog[7][2]}}
Checksum cached files : {{shell.doctorLog[8][1]}}
↳ {{shell.doctorLog[8][2]}}
Select or drag npm projects to start
Package
Current
Wanted
Latest
Env
{{ aPackage.name }}
{{ aPackage.current }}
{{ aPackage.wanted }}
{{ aPackage.latest }}
{{ aPackage.kind }}
{{ aPackage.name }}
{{ aPackage.current }}
{{ aPackage.wanted }}
{{ aPackage.latest }}
{{ aPackage.kind }}
Name: {{packageViewInfos.name || '-'}}
Description: {{packageViewInfos.description || '-' | removeHTML}}
Dependencies: {{ dep }}, -
Repository: {{packageViewInfos.repository.url || '-'}}
Issues: {{packageViewInfos.bugs.url}}-
License: {{packageViewInfos.license.type || packageViewInfos.license || '-'}}