-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension fails to load with "missing main file" #18
Comments
I think this happens when using vim plug installation method without post-install hook, try this: Plug 'amiralies/coc-elixir', {'do': 'yarn install --frozen-lockfile && yarn run build'} |
Not the problem. Here are the relevant lines:
|
Don't know if it's relevent to your problem or not (since you're facing |
I am running into a similar issue. I've installed the extension via EDIT: Completely removing the extension and reinstalling does seem to fix it thanks, @collegeimprovements |
Same thing happens for me. It doesn't format the code automatically on save now. |
I am a new coc user and I tried to install the elixir plugin and got this error.
`[coc.nvim] extension "coc-elixir" doesn't contain main file /home/rsimmonsjr/.vim/plugged/coc-elixir/lib/index.js.1
The text was updated successfully, but these errors were encountered: