Im trying to fix this error,
Failed to get response from http://registry.npmjs.org/<package_name>
I set correctly my proxy on npm config file, if i click or ping the address it works fine but when I work with vue ui interface I steel receive this error:
[ERROR] Failed to get response from http://registry.npmjs.org/<package_name>
but in any case the npm install works fine.
This my config file .npmrc
strict-ssl=false
proxy=http://XX.X.XXX.XXX:8080/
https-proxy=http://XX.X.XXX.XXX:8080/
registry=http://registry.npmjs.org/
http-proxy=http://XX.X.XXX.XXX:8080
Can someone tell me why I get this message? I attached a photo of the error.