Alex
                                            Alex
                                        
                                    Hm did you try this https://github.com/whitecolor/yalc#override-default-package-store-folder ?
I don't get the rationale for this? Not sure why the npm/yarn do this?
Ok, will add ASAP, if you want to contribute it can be done `/src/index.ts` `readPackageManifest` No... it will be more complicated. ;)
I not getting why `yarn link` is used at all in `yarn workspaces` monorepo. Yarn ws supposed to handle all the linkings into root `node_modules` automatically. So I'm just not...
> The scenario os more clear now? If don't ask me and I try to explain even more with examples. What is `yalc` here for? > The problem is the...
> yalc link core creates .yalc/core folder, DOES NOT create symlink node_modules/core --> ../.yalc/core `yalc link` should create symlink in `node_modules` pointing to package sources copied into `.yalc` folder.
> Tried using Yalc in a Yarn Workspaces project, and my app won't work. The package I'm trying to patch through is subdependency. You'll have to explain your setup in...
How did you add `my-package` to `my-project`?
Probably your package manager while install puts this folder there.
What you mean by `npm run start`? yalc push doesn't run installation (like npm install or yarn commands).