-
Notifications
You must be signed in to change notification settings - Fork 14
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
No such file or directory for non-hoisted dependencies #82
Comments
Yes we should address this, shouldn't be hard |
Do you have ideas on how to differentiate between monorepos with hoisted and non-hoisted dependencies? Or should we should check both places? It's an IO though, but probably not critical. |
Something like this: #84 |
yes we should first look for non-hoisted deps and then for the hoisted ones. |
Yeah. Makes sense to me. I'll try to finish the pr during the weekend |
Let me know when it's done, I'll test it on my setup |
Should be fixed in the PR #91 |
This should be fixed 🥳 |
I'm using a yarn v4.0 monorepo setup and I can't build using rewatch because non-hoisted dependencies cause the following error:
I have such a file tree:
dependencies in rescript.json/bsconfig.json that are in the top level node_modules don't cause issues, only the ones inside the package node_modules, like @rescript/react in this case.
Could be related to #74.
The text was updated successfully, but these errors were encountered: