We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
$ ncu --verbose -g Initializing
Options: { args: [], cacheExpiration: 10, cacheFile: '~/.ncu-cache.json', cli: true, concurrency: 8, deep: false, dep: [ 'prod', 'dev', 'optional', 'packageManager' ], deprecated: true, errorLevel: 1, format: [], global: true, install: 'prompt', json: false, loglevel: 'verbose', minimal: false, packageManager: 'npm', registryType: 'npm', retry: 3, root: true, target: 'latest', verbose: true, workspace: [] }
Getting installed packages Expected JSON from "npm ls --json --global". Received empty response.
Check the latest versions of all global project dependencies:
The text was updated successfully, but these errors were encountered:
I will need a list of your global dependencies to reproduce.
npm ls -g
Sorry, something went wrong.
No branches or pull requests
Hardware information:
Software information:
Current Behavior
$ ncu --verbose -g
Initializing
Options:
{
args: [],
cacheExpiration: 10,
cacheFile: '~/.ncu-cache.json',
cli: true,
concurrency: 8,
deep: false,
dep: [ 'prod', 'dev', 'optional', 'packageManager' ],
deprecated: true,
errorLevel: 1,
format: [],
global: true,
install: 'prompt',
json: false,
loglevel: 'verbose',
minimal: false,
packageManager: 'npm',
registryType: 'npm',
retry: 3,
root: true,
target: 'latest',
verbose: true,
workspace: []
}
Getting installed packages
Expected JSON from "npm ls --json --global". Received empty response.
Expected Behavior
Check the latest versions of all global project dependencies:
The text was updated successfully, but these errors were encountered: