tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.03k stars 1.27k forks source link

npm ERR! 404 '@heroicons/react@2.0.13' is not in the npm registry #874

Closed isaniomoraes closed 1 year ago

isaniomoraes commented 1 year ago

Hey,

not sure if it is an issue in NPM registry, but good to check if anyone is having same problems.

Today we got some builds broken on vercel complaining about this heroicons version.

npm ERR! 404  '@heroicons/react@2.0.13' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
Screen Shot 2022-11-08 at 11 03 58

Let me know if I can help with anything.

Thanks!

RobinMalfait commented 1 year ago

Hey! Thank you for your bug report! Much appreciated! 🙏

Pretty sure this is either an npm cache bug (locally) or there is something else going on with npm itself because on the website the version exists: https://www.npmjs.com/package/@heroicons/react/v/2.0.13

When I install it locally I get this:

image

Things you can try:

Sorry I can't be of more help!