filllabs / dependi

Dependi (formerly crates)
https://dependi.io
118 stars 10 forks source link

No versions found ( ! ! ! ) for existing npm packages #111

Open ottosson opened 2 months ago

ottosson commented 2 months ago

Describe the bug I'm getting a warning that no versions found for some dependencies. But they are installed without issues

To Reproduce Steps to reproduce the behavior: try adding xterm as a dependency

Expected behavior I would expect dependi to display the green check mark in this case since the dependency exists

Screenshots image

image

Desktop (please complete the following information):

RobertSobral commented 1 month ago

I have some issues with RC versions not showing

img

OS: Windows using (VS Code) Version: v0.7.8

MOzanGul commented 1 month ago

@RobertSobral, You're having this issue because Dependi excludes unstable versions of libraries as default, please go to your Extension Settings and uncheck the box below. Let us know if this has solved your problem. image

ottosson commented 1 month ago

@MOzanGul Thanks, but it didn't help unfortunately.

unstable versions

What does that mean? I wouldn't really call the latest version of Xterm unstable... 🤔

MOzanGul commented 1 month ago

@ottosson My comment was for @RobertSobral to fix his issue. I hope he can open a new issue if it still occurs.

About yours @ottosson we have seen that xterm npm package is deprecated in favor of another package. We will be improving the code to handle these situations better. Thanks for your patience!

ottosson commented 1 month ago

@MOzanGul Right! Sorry about the misunderstanding 🥸

Oh I didn't realize that! Would be great to add that info to the warning 😊 Thanks for letting me know!