Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub action of publish to npm registry throws 429 #8

Open
RoyLeibo opened this issue May 19, 2023 · 0 comments
Open

GitHub action of publish to npm registry throws 429 #8

RoyLeibo opened this issue May 19, 2023 · 0 comments

Comments

@RoyLeibo
Copy link

RoyLeibo commented May 19, 2023

Hi,
I have used your great template and it almost work perfectly for me, or I am missing something in the configuration.
I have followed your README and I wish to publish my package only to npm.

I have created a new tag and push it.
Then, the actions was triggered.
The 'release' step passed, but the 'publish' keep failing.
This is the output:

[email protected] prepublishOnly .
pinst --disable

pinst disable
npm notice
npm notice 📦 [email protected]
npm notice === Tarball Contents ===
npm notice 1.1kB LICENSE
npm notice 57.5kB dist/cjs/countryPhoneData.js
npm notice 57.4kB dist/esm/countryPhoneData.js
npm notice 403B dist/cjs/index.js
npm notice 92B dist/esm/index.js
npm notice 309.8kB dist/umd/index.js
npm notice 3.9kB dist/cjs/phone-number-generator.js
npm notice 3.6kB dist/esm/phone-number-generator.js
npm notice 2.3kB package.json
npm notice 1.9kB README.md
npm notice 263B dist/types/countryPhoneData.d.ts
npm notice 92B dist/types/index.d.ts
npm notice 212B dist/types/phone-number-generator.d.ts
npm notice 336B dist/umd/index.js.LICENSE.txt
npm notice === Tarball Details ===
npm notice name: phone-number-generator
npm notice version: 1.0.0
npm notice package size: 99.4 kB
npm notice unpacked size: 438.9 kB
npm notice shasum: 6b176d529eb77d6cb8d3a3df0932c67624b4d507
npm notice integrity: sha512-ypCTq0efvFJJ2[...]4byG+NlSO0QXQ==
npm notice total files: 14
npm notice
npm ERR! code E429
npm ERR! 429 Too Many Requests - PUT https://registry.npmjs.org/phone-number-generator

npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/logs/2023-05-19T12_48_23212Z-debug.log
Error: Process completed with exit code 1.

Any idea why?

@RoyLeibo RoyLeibo changed the title Publish no npm registry doesn't work GitHub action of publish to npm registry throws 429 May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant