-
-
Notifications
You must be signed in to change notification settings - Fork 753
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
3.2.0 and 3.2.1 packages include a nested node_modules/ directory with commons #1000
Comments
At the moment it might not be unusual to have different versions of |
Perhaps I'm misunderstanding what's happening under the covers here. So the package itself doesn't include node_modules (just verified that), but this is npm's clever way of managing two modules in the tree wanting to have different versions of the same dependency? Considering the following dependency tree, perhaps this stack trace is more of a bug for the interaction between the 3.2.1
|
npm will create a In your case this is because not all modules are on their latest version and depend on the same library. For example, I also found tools like npm-check-updates pretty useful. With |
Assuming that I would have been prevented from falling into this dependency trap with the |
Not sure about that but I found that it always makes sense to clear out the |
Closing since the solution at the moment is to make sure that the latest |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs. |
It seems that both the 3.2.0 and 3.2.1 packages for
feathersjs/feathers
include anode_modules
directorySteps to reproduce
@feathersjs/feathers
Expected behavior
lib/
directory and some other bits to be in the packageActual behavior
This seems to be the root cause of a wacky issue when I end up running my application which imports
@feathersjs/feathers
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working):
NodeJS version: 10
Operating System: Linux
Browser Version:
React Native Version:
Module Loader:
The text was updated successfully, but these errors were encountered: