How to get packages to stay flat? #4063
Unanswered
ProfessorManhattan
asked this question in
Q&A
Replies: 1 comment
-
Sounds like related to this discussion: #3958 Instead of .npmrc:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I have a package that's just a
package.json
with a bunch of CLI apps that I use so I don't have like 50 different devDependencies. However, when I runpnpm bin_name
it does not find it. And when I runpnpx
it asks me if I want to download it even though it's already installed under my grouped package. Is there anyway I can address this without having to --shamefully-hoist (why name it that --- ugh)?Beta Was this translation helpful? Give feedback.
All reactions