Ran Yitzhaki
Ran Yitzhaki
Hey @borekb, thanks for testing it! Actually, qnm supports yarn workspaces, I'm not sure what is the issue 🤷♂️ I'd love to debug it though, so if you can find...
@BeeeQueue can you create a repro and describe what do you expect to see in oppose to what qnm shows today? I believe it could help shape the output according...
Thanks @BeeeQueue. You are right. While I made qnm not crash on pnpm repositories, what it does is just list the top-level modules within the `node_modules`. pnpm works differently from...
Hey @gauseen! Can you provide a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)? Other than that, it looks like there is something corrupted with the installation, please check if it's the real case on...
Sounds great! thanks for suggesting it
@cekvenich2 At the moment, `qnm` is only exposed as a CLI. I believe that the we exposing a node API from `qnm` is relatively easy. PRs welcome!
1. You are correct, currently `--homepage` does this functionality, and uses [npm own words](https://docs.npmjs.com/cli/v7/configuring-npm/package-json#homepage) so I think that it's clear enough. `open` will open the package.json of a chosen package...
I don't mind, feel free to choose what you think is best
Thanks @roymiloh, this is a cool idea! There is a small UX problem that needs to be solved, some packages are being downloaded because multiple packages depend on them, which...
The problem with the `npm ls` tree is that it doesn't show the versions that you have on the file system. Meaning that you don't know which version is located...