yaegassy / coc-volar

Volar (Fast Vue Language Support) extension for coc.nvim
https://www.npmjs.com/package/@yaegassy/coc-volar
MIT License
267 stars 6 forks source link

How to install using self managed registry. #324

Closed ramwin closed 6 months ago

ramwin commented 8 months ago

During installation, an Error occured:

- ✗ @yaegassy/coc-volar-tools Request failed using proxy proxy.<companydomain>.com: self-signed certificate in certificate chain
     Using npm from: /home/wangx/node/bin/npm
Get info from https://registry.npmjs.org/ 
Request failed using proxy proxy.<companydomain>.com: self-signed certificate in certificate chain                                                                                                                                                                                                        

It seems that during installation, the plugin will not read the ~/.npmrc or ./.npmrc config file.

yaegassy commented 8 months ago

It may be a problem with coc.nvim itself, check the coc.nvim documentation and see if there are any settings to adjust.