iamcco / coc-angular

Angular Language Service coc extension for (neo)vim
146 stars 17 forks source link

Unable to load schema from '/NODE_PATH/@angular/cli/lib/config/schema.json' :CocDiagnostics #22

Closed danushk closed 3 years ago

danushk commented 3 years ago

Should be issue with your coc-angular extension

Originally posted by @chemzqm in https://github.com/neoclide/coc.nvim/issues/2795#issuecomment-754065590

Describe the bug here is the bug image

To Reproduce Steps to reproduce the behavior: 1 move node_modules folder to a common place outside your project directory 2 set NODE_PATH env variable to that on your .bashrc 3 open an existing angular project on vim enabled with Coc 4 run :CocDiagnostics

Expected behavior i should not see this warning

Desktop (please complete the following information):

iamcco commented 3 years ago

I don't think it's from coc-angular, disable coc-json then check it again.

chemzqm commented 3 years ago

Looks like issue with specific angular.json, can't reproduce.