-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Modules installed on parent are not seen #32
Modules installed on parent are not seen #32
Comments
Version & example please! There should be one It must mean that webpack is having an issue resolving it, because I'm no longer using |
webpack resolve fixes it https://webpack.github.io/docs/configuration.html#resolve-modulesdirectories |
Closing as this seems to be a misunderstanding of how the project works. It's for installing dependencies in the scope of the current project that's missing. Let me know if I misunderstood... |
Hey guys! Great tool thanks!
Unfortunately I have a breaking issue, that some of my development modules are defined on the parent
package.json
, and the tool started to install them in my child module assuming they were not installed.I didn't had the chance to check how it works, but using
require.resolve(module)
shouldn't fix this?Thanks!!!!
The text was updated successfully, but these errors were encountered: