Closed theTechGoose closed 2 years ago
Never mind, this happens if it is not installed. Is there a way to install globally?
Can't reproduce
What did you do to fix this issue? After running :CocInstall coc-angular
, I encountered the exact same issue on M1 MacOS Monterey
This uses @angular/language-service, you have to install it in the project that you are using the plugin. Just do:
npm i @angular/language-service
In the project in question and it should work. My question to the devs is, how can we make this work on the global installation of the @angular/language-service package so that you don't have to do this in every angular project?
This uses @angular/language-service, you have to install it in the project that you are using the plugin. Just do:
npm i @angular/language-service
In the project in question and it should work. My question to the devs is, how can we make this work on the global installation of the @angular/language-service package so that you don't have to do this in every angular project?
This fixed the issue, thanks a lot. I think this should be added to home page README.
It should work if @angular/language-service
does not install in your project. Please test latest version.
Describe the bug
To Reproduce Steps to reproduce the behavior: start vim with coc-angular installed
Expected behavior it should not crash
Screenshots
Desktop (please complete the following information):
Log: