You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue relates to a specific CLI completion spec (e.g. git checkout is missing options in git completion spec). If your issue is more general, please create your issue here: withfig/fig
Sanity checks
git checkout
is missing options ingit
completion spec). If your issue is more general, please create your issue here: withfig/figWhat CLI tool does this relate to?
npm
Which statement makes the most sense?
There is a bug with this completion spec
Issue Details
Currently npm autocomplete uses
api.npms.io
to search packageautocomplete/src/npm.ts
Lines 32 to 34 in 7922234
and
registry.npmjs.org
to search package versionautocomplete/src/npm.ts
Line 48 in 7922234
Both api only support public npm registry.
My suggestion is to use
npm --json search
command for packages andnpm --json info
for versions.The text was updated successfully, but these errors were encountered: