Is anyone else getting a 404 on the NDK NPM registry page? https://www.npmjs.com/package/@nostr-dev-kit/ndk

nostr:npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft

Reply to this note

Please Login to reply.

Discussion

decentralized protocol writing code and publishing it to centralized shitty registry

why are you even using npm or cargo? you dumb

fucking

morons

It's really easy to host tar-balls over http, or even git repos, for npm projects, that's what I do for my frontend libraries.

git hosting over http is not difficult

what's annoying is git push over http

Update: it appears this is a general NPM outage.

https://downdetector.com/status/npm/

yeah, centralized registry, fuck you for using it

You could always use the github repository instead.

I'd have to figure out how to set that up with npm. It should be able to search multiple registries, but I'm not sure if it can handle GitHub as a registry.

And npm isn't building from source like we'd do with CMake.

npm was made to reference soure packages. I reference my internal git repo all the time. There is no building its just all source typescript.

I'll have to give that a shot!