bower install self_signed_cert_in_chain

后端 未结 5 486
醉话见心
醉话见心 2021-02-01 15:18

I am building a angular app in windows, using git bash, so far I have been able to scaffold using yo, no issues, however when I am trying to issue the following command. Can som

5条回答
  •  别跟我提以往
    2021-02-01 15:47

    Try setting the registry config for npm by running the following command:

    npm config set registry http://registry.npmjs.org/
    

    I tried and it worked for me.

提交回复
热议问题