-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lots of "unknown"s #3
Comments
Hi and thank you for the issue! In my experience I only got I've just inited a new project with the dependencies you mentioned, however this tool works as expected, you can see package.json below
|
In this case, these things are going through a private npm registry, though, of course, those are public packages. I'm a bit reluctant to share any more than just package names at this point (being extra careful to not break any of my company's rules) but I suspect its something to do with our registry setup (?) and I think your reproduction looks fairly close in versions to (at least some of) mine. I'm eager to try this out on my own personal stuff though. I'll let you know if I run into any issues. |
Hi, thanks for your tool, it looks very cool. But how do I optimize the dependencies when I get the "Publish Size" and "Install Size" ? |
Hi, @yuanyazhen, thanks for the question, it seems unrelated to this issue, but I will try my best to answer. If you plan to optimize your dependency size I would suggest approaching it like so
|
I found that dependency with |
@ivshalin there was error for package versions starting from |
@antonk52 Thank you for the fix! It works :) |
Any way to get this also working for private npm packages? right now i only get errors like: @hokify/organization-service - api failed |
@simllll hi Currently this package uses public api from package phobia. Since package phobia is open source you could potentially host it internally and give it permission to access your internal registry / private package. Then we could allow users to provide API endpoint to call that would be able to resolve private packages. |
Ah thanks for the quick response, right now this is a bit too much effort for debugging and playing around with it. But thanks for the insights :-) |
This tool looks pretty cool, but as of now, it seems like most of my dependencies come up as unknown for the project I tried it on. This includes popular libraries like "mustache", "winston", "express", "socket.io", "request", and "passport". If this is expected and being worked on, maybe it'd be useful to add a section to the README. "why is my dependency 'unknown'" or something like that?
The text was updated successfully, but these errors were encountered: