neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
574 stars 51 forks source link

:CocInstall coc-python fails #119

Closed kblcuk closed 4 years ago

kblcuk commented 4 years ago

...because it tries to download package from GitHub package registry, but there isn't one :thinking: I'm not actually sure if this relates to this repo, or https://github.com/neoclide/coc.nvim in general (since some other packages also seem to be missing, for instance coc-json):

[coc.nvim] Error on install coc-json: Error: Invalid response from https://npm.pkg.github.com/coc-json: 404
fannheyward commented 4 years ago

You can use npmjs registry. All extensions are published on npmjs only.

chemzqm commented 4 years ago

Checkout your .npmrc

chemzqm commented 4 years ago

Looks like we need support custom arguments for install and update extensions from npm.

kblcuk commented 4 years ago

M-okay, but what if my project uses github packages :/ Well, I guess I'll just launch vim outside of it...