Who can help with setting up a proxy for a node js?

Hello. When installing npm install create-react-app -g, an error occurs:

Your environment has been set up for using Node.js 12.13.0 (x64) and npm.

C:\Users\Мiша>npm install create-react-app -g
npm ERR! code ENOTFOUND
npm ERR! errno ENOTFOUND
npm ERR! network request to http://registry.npmjs.org/create-react-app failed, r
eason: getaddrinfo ENOTFOUND xx.aa.bb.cc
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settin
gs.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Мiша\AppData\Roaming\npm-cache\_logs\2019-10-28T11_23_15_0
84Z-debug.log

node js configuration:

registry=registry.npmjs.org
proxy=xx.aa.bb.cc/:port
proxy=null
https-proxy=null
noproxy=null
user-agent=npm/{npm-version} node/{node-version} {platform} {arch} {ci}

npm config get proxy, npm config rm proxy, npm config rm https-proxy they didn’t help, or maybe I’m doing something wrong, who can explain what the error is and what to do. Last week it was okay until CCleaner installed. Thanks