# What / Why <!-- Describe the request in detail --> > I'm getting E429 error ## When <!-- Examples * Whenever I press a button * January 1st 2001 @ 12:00pm PST * Every day @ 7:00pm PST * Every 100 milliseconds --> * Everytime I run `npm ci` (since today at least) ## Where <!-- Examples * npm enterprise * npm public registry * npm/<repository> --> * npm public registry ### Current Behavior <!-- Describe how it currently works --> * The `npm ci` command returns E429 error (*Too Many Requests*) and doesn't complete packages installation ### Steps to Reproduce <!-- Describe how to produce the issue --> * `npm ci` ### Expected Behavior <!-- Describe how it should work --> * It should install packages
What / Why
When
npm ci(since today at least)Where
Current Behavior
npm cicommand returns E429 error (Too Many Requests) and doesn't complete packages installationSteps to Reproduce
npm ciExpected Behavior