-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[QUESTION] installing package dependencies when doing npm install <folder> #702
Labels
Awaiting Information
further information is requested
Comments
This was referenced May 22, 2020
This issue is still present |
Hi any idea on why this was closed? or was it fixed somewhere else? |
This was referenced Feb 11, 2024
This was referenced Feb 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What / Why
I know this question was asked a handful of times, and I probably have an idea on why that is.
But still, imagine you have a package «A» and it depends on a local package «B», that depends on a package «C».
When I do
npm install ../B
from package «A», I expectnpm
to add package «C» tonode_modules
of a package «A». It is not the case.yarn add ../B
however does add package «C» tonode_modules
of package «A».I don't think it's relevant but:
References
npm/npm#13734
npm/npm#20835
Thank you for your work ❤
The text was updated successfully, but these errors were encountered: