isaacs / minimatch

a glob matcher in javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v6.1.4 is missing in the npm registry

lisadean opened this issue · comments

$ npm i minimatch
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/minimatch/-/minimatch-6.1.4.tgz
npm ERR! 404 
npm ERR! 404  'minimatch@^6.1.3' is not in the npm registry.

Seeing the same thing

Same. Is there any updates on when this would be available?

@sentient-momeni seems like all versions are gone?

Same here. Currently blocking CI/CD for our project.

We're able to get our CI/CD to run by pinning to 6.0.4. Seems like @latest is missing from npm registry

Screen Shot 2023-01-17 at 1 04 08 PM

Seeing the same thing for the yarn registry.

For our needs, we traced the dependency back to Jest. We updated to jest version 29.x, which curiously uses minimatch 3.1.4 instead. Now we are unblocked. npm ls minimatch is your friend.

It's fixed 🎉 Thank you minimatch team!

Yeah, that is weird. Would be nice to know why v6 disappeared for a while and suddenly reappeared?

Seems like this was just an npm registry issue. I did nothing to fix it.