Mikhael Santos Fernández

Results 3 comments of Mikhael Santos Fernández

I got a similar issue, and I solved it as follows: 1. Read the [README of coc-python](https://github.com/neoclide/coc-python). 2. Open the coc configuration: `:CocConfig` 3. As it says on it, add...

I've had a similar issue. I solved it as follows: 1. Downgrade npm to version 4.6.1: ```npm install -g [email protected]``` 2. Open nvim and run: ```:CocInstall coc-prettier``` That's all!

> @Mikhael1729 That `npm` is way too old. Previously to that indicated version, I tried with npm version 5.10.0, I think perhaps, a version between 4.6.1 and 5.10.0 works well...