ReactLibraries / storybook-addon-module-mock

Provides module mocking functionality like jest.mock on Storybook.
MIT License
42 stars 5 forks source link

404 on yarn/npm registry #9

Closed taozhou-glean closed 1 year ago

taozhou-glean commented 1 year ago

404 from https://www.npmjs.com/package/storybook-addon-module-mock, maybe just npm issue

max-barry commented 1 year ago

I believe the list of available releases and / or tags got wiped on a recent commit. Then NPM downstream is just 404ing because it can't resolve back to a release.

taozhou-glean commented 1 year ago

hmm i thought after left-pad outage, the npm will not directly depend on the source (github) and ensure that even the owner can not just delete the package to break all of their dependencies... (like read-only mode for all past versions)...

taozhou-glean commented 1 year ago

the latest commit and only commit in the past a few months, @SoraKumo001 is it possible to restore this asap ? thanks

SoraKumo001 commented 1 year ago

I contacted npm support to restore it. It seems to be fine now.

taozhou-glean commented 1 year ago

@SoraKumo001 thanks, can you provide a short summary on what happened ? for my own learning