yalc icon indicating copy to clipboard operation
yalc copied to clipboard

Work with yarn/npm packages locally like a boss.

Results 108 yalc issues
Sort by recently updated
recently updated
newest added

I have 2 projects and I want to share a library. I'm trying to use `yalc` to share this library and continuously develop on the share library and `push` changes...

I have a local libs folder in my android project. But when I use yalc push The libs folder will not be copied to C:\Users\{user}\AppData\Local\Yalc\packages and projects used into Android...

When publishing our libs to npm with `npm publish`, the top-level node_modules get stripped but the ones inside the bundled code with the dependencies (eg. `dist/node_modules` or `dist/esm/node_modules`) are kept...

I hope by updating this readme to be more clear reagrding `--sig` option, people will not spend a lot of time like me to deal with yarn caching.

Hi everyone, Maybe this is not an issue, maybe I'm not using yalc the right way but I haven't found any solution in the documentation. I have a private library...

``` yarn global add yalc ``` > yarn global v1.22.10 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... error [email protected]: The engine "node" is incompatible with this module. Expected version...

- feat: Adds store folder to rc file. # Why? Needed to add this to create a localized store for a multi-repo project across multiple docker containers. Simplifies having to...

Removing one or more linked yalc packages with the `yalc remove` command will not remove any yalc symlinks from the `node_modules` directory. These packages will effectively be pointing to a...

I'm struggling to find the correct approach to using yalc with a Lerna monorepo and projects that consume it. Monorepo structure ``` packages - alpha - bravo - charlie ```...

I've only recently switched to using `yalc` over `yarn link` and it's been super useful for fixing issues such as duplicate deps etc. Through my use over the last couple...