neoclide / coc-css

Css language server extension for coc.nvim
193 stars 11 forks source link

Bad response from 401 #23

Closed gfsd3v closed 3 years ago

gfsd3v commented 3 years ago

I've been trying to install for the last 30 minutes, dont know if is a problem with NPM but I'm getting 401 Unauthorized on running the install script.

chemzqm commented 3 years ago

Check register url in your .npmrc

gfsd3v commented 3 years ago

Check register url in your .npmrc

wow, I was working on a new project and didnt see that there was a .npmrc in the root directory with a custom register URL, how dumb of me(sorry).

Closing this, thank you for your time.