-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Description
I have a symlinked dependency installed with yarn (link:../packages/foo), foo has another symlinked dependency bar.
When I run electron-rebuild, I get:
✖ Rebuild Failed
An unhandled error occurred inside electron-rebuild
ENOENT: no such file or directory, stat '/Users/kaatt/Code/packages/foo/node_modules/bar'
Error: ENOENT: no such file or directory, stat '/Users/kaatt/Code/packages/foo/node_modules/bar'
This doesn't go away until I delete the bar symlink.
Reactions are currently unavailable