Replies: 1 comment 2 replies
|
Hey @tkonsta, thanks for sharing! Let me dig a bit deeper on the original question about the With regards to your question about the difference between |
|
Hey @tkonsta, thanks for sharing! Let me dig a bit deeper on the original question about the With regards to your question about the difference between |
Uh oh!
There was an error while loading. Please reload this page.
I recently installed npq and set up an alias as described in the docs
alias npm='npq-hero'.However, I am seeing that running
npq iandnpq-hero ibehaves different in the findings for the same project. If I run both tools in the same directory, which is the basedir of a Node-based project, then npq-hero doesn't find anything, but npq complains about an internal package not being found. I couldn't find a description regarding if the two tools are supposed to differ in their behavior, and why there's two scripts instead of just usingnpqfor both scenarios. That's why I didn't file this as an issue, but rather a discussion point first. I'm also happy to create a PR to document the difference if someone can help to understand the rationale for having the two tools.All reactions