I am trying to npm publish my package https://github.com/kofifus/HyperappComponent
In windows cmd I cloned the package, login to npm then try npm publish
I get:
C:\Temp\HyperappComponent>npm publish
npm notice
npm notice package: hyperappcomponent@0.1.0
npm notice === Tarball Contents ===
npm notice 11.6kB LICENSE
npm notice 3.7kB index.js
npm notice 235B package.json
npm notice 4.2kB README.md
npm notice === Tarball Details ===
npm notice name: hyperappcomponent
npm notice version: 0.1.0
npm notice package size: 6.8 kB
npm notice unpacked size: 19.7 kB
npm notice shasum: 48dab5ae762c43ae9afe3a24df79edf07942082c
npm notice integrity: sha512-Xgf3YoCRPd68v[...]eLWhg8GH2wqWg==
npm notice total files: 4
npm notice
npm ERR! code E429
npm ERR! 429 Too Many Requests - PUT https://registry.npmjs.org/hyperappcomponent
What is wrong here ?