Error installing Angular using npm due to require-from-string

后端 未结 6 806
名媛妹妹
名媛妹妹 2020-11-29 09:00

How to resolve this error as I am not able to install Angular.

Please see the below exception:

C:\\Users\\absin\\node>npm install -g @angular/cli
         


        
6条回答
  •  一个人的身影
    2020-11-29 09:40

    some problem with NPM registry some of the packages got deleted. They are restoring it... it will be available shortly

    Temp solution use the missing package from already running projects that or older projects.

提交回复
热议问题