gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
30.56k stars 2.27k forks source link

npm package has been stomped by something unrelated #8526

Open andrewdove1 opened 2 weeks ago

andrewdove1 commented 2 weeks ago

Describe the bug

When I go to npm for gradio and look at the contents it refers to grooveshark (a music app?) I got there trying to fetch @gradio/lite and it complaining about a missing dependency. Sure enough the 4.36.1 version has been replaced with a 0.1.0 version of grooveshark

Have you searched existing issues? 🔎

Reproduction

npm i @gradio/lite npm i gradio

Screenshot

Screenshot 2024-06-10 at 2 00 02 PM

Logs

No response

System Info

Can't get latest version from npm - using the CDN does not work for me

Severity

Blocking usage of gradio

pngwn commented 2 weeks ago

Ah. This actually refers to an internal dependency so it shouldn't be in the published file. The gradio package has no connection with gradio.

You can safely ignore that missing dependency warning, it is not needed. I'll fix this asap though.