micromatch / picomatch

Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert
https://github.com/micromatch
MIT License
971 stars 56 forks source link

Integrity check failed #131

Closed brydonm closed 5 months ago

brydonm commented 5 months ago

Hey there,

I'm trying to install @biomejs/biome via yarn add --dev --exact @biomejs/biome and I'm seeing this error:

error https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz: Integrity check failed for "picomatch" (computed integrity doesn't match our records, got "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== sha1-O6ODNzNkbZ0+SZWUbBNlpn+wekI=")

Is this an issue with @biomejs, or an issue in this repo, or locally?

brydonm commented 5 months ago

Issue from something in my yarn.lock file. Deleting it any reinstalling worked