npm i installs dependency packages and reports error proxy' config is set properly. See: 'npm help config'

npm i reported an error proxy' config is set properly. See: 'npm help config'
I searched the Internet for solutions:

https://blog.csdn.net/zz00008888/article/details/127852233

However, an error was still reported after the execution. The proxy was already false. I
Insert image description here
saw that it was a cnpm image, so I used cnpm i and the operation was successful.

Guess you like

Origin blog.csdn.net/Web_Notes/article/details/131145847