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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when an unknown command is passed there is no output
$ npm i-g citgm $
When an unknown command is passed the help output should be provided
[citgm][npm-7]$ npm i-g citgm Usage: npm <command> where <command> is one of: access, adduser, audit, bin, bugs, c, cache, ci, cit, clean-install, clean-install-test, completion, config, create, ddp, dedupe, deprecate, dist-tag, docs, doctor, edit, explore, fund, get, help, help-search, hook, i, init, install, install-ci-test, install-test, it, link, list, ln, login, logout, ls, org, outdated, owner, pack, ping, prefix, profile, prune, publish, rb, rebuild, repo, restart, root, run, run-script, s, se, search, set, shrinkwrap, star, stars, start, stop, t, team, test, token, tst, un, uninstall, unpublish, unstar, up, update, v, version, view, whoami npm <command> -h quick help on <command> npm -l display full usage info npm help <term> search for help on <term> npm help npm involved overview Specify configs in the ini-formatted file: /Users/mylesborins/.npmrc or on the command line via: npm <command> --key value Config info can be viewed via: npm help config npm@6.14.7 /Users/mylesborins/.nvm/versions/node/v14.8.0/lib/node_modules/npm
A couple different commands seem to reproduce this
$ npm init-y $ npm i-g citgm $ npm cache-add $ npm what-what-what-what
perhaps it is related to the kebab case?
OS: MacOS 10.15.6 Node: 14.7.0 npm: 7.0.0-beta.4
The text was updated successfully, but these errors were encountered:
npm should output No results for "..."
npm
No results for "..."
Sorry, something went wrong.
help: show usage when help-search finds no results
1faa5b3
Fix #1655
tested again in v7.0.0-beta.12 and looks like this has been fixed
v7.0.0-beta.12
isaacs
No branches or pull requests
Current Behavior:
when an unknown command is passed there is no output
Expected Behavior:
When an unknown command is passed the help output should be provided
Steps To Reproduce:
A couple different commands seem to reproduce this
perhaps it is related to the kebab case?
Environment:
OS: MacOS 10.15.6
Node: 14.7.0
npm: 7.0.0-beta.4
The text was updated successfully, but these errors were encountered: