#I Got this error while using ng add command

1 messages · Page 1 of 1 (latest)

digital hinge
#

For example i want to install angular/cdk by using ng add like this :

ng add @angular/cdk

But i got this error :

Unable to load package information from registry: The "timeout" argument must be of type number. Received type string ('6000000')

How to solve this????

silk perch
#

Where did you get this ng add @angular/cdk command from?

digital hinge
# silk perch Where did you get this `ng add @angular/cdk` command from?

I usually using ng add to install angular/cdk and taiga-ui, but when i updated my Angular CLI to the latest version, i got that error....

so installing taiga-ui like this :

ng add taiga-ui

was throwing the same error :

Unable to load package information from registry: The "timeout" argument must be of type number. Received type string ('6000000')
silk perch
#

Is your node version matching your current Angular version requirements?

digital hinge