Error installing angular cli

0

As you can see, this is the error that causes me to want to install angular / cli:

  

npm WARN registry Unexpected warning for link : Miscellaneous Warning ENETUNREACH: request to link failed, reason: connect ENETUNREACH 151.101.0.162:80   npm WARN registry Using stale package data from link due to request error during revalidation.   npm ERR! code ENETUNREACH   npm ERR! errno ENETUNREACH   npm ERR! request to link failed, reason: connect ENETUNREACH 151.101.192.162:80

With the following command:

npm install -g @angular/cli

My team has the following characteristics:

  

operating system is arch linux ,
kernel 4.9.40-1-lts ,
  version of node: v8.2.1
  version of npm: 5.0.3

I have been able to install it in windows and in fedora, so I rule that it is the network that generates the problem

    
asked by 0and6 22.08.2017 в 05:27
source

0 answers