SSL Error: CERT_UNTRUSTED while using npm command

后端 未结 7 514
梦谈多话
梦谈多话 2020-12-07 08:10

I am trying to install express framework using npm command but getting following error.

error message is

E:\\myFindings\\nodejs_programs\\node>         


        
7条回答
  •  没有蜡笔的小新
    2020-12-07 08:34

    If you're behind a corporate proxy, try this setting for npm with your company's proxy:

    npm --https-proxy=http://proxy.company.com install express -g
    

提交回复
热议问题