Alex

Results 364 comments of Alex

> Location should not matter. Whatever the value of bin in package.json is. I mean is it related to [this code](https://github.com/wclr/yalc/blob/543d26de61b85a03e098a2adc0e7de448306e83c/src/add.ts#L169)? Do you have the stack trace?

It would be nice if you could create repro repo and provide a description of actions and expected results.

`npm-listfiles` should list all files that `npm pack` uses to prepare the package. If you use package.json's `files` list to explicitly define which folders/files should be included in the package,...

@Zaynex well `yalc link` flow probably not well/completely designed, because I don't use it. I use `yalc add` usually with workspaces, which allows to plug yalc'ed packages in a project....

@MontolioV You have to explain your case. > But in a current form it's prone to embed dependencies into an artifact that is published. I don't get what you mean.

> I'm wondering if prepublish would still delete the .yalc/ files before yalc publish, even though they're needed for yalc publish but not a regular one. 1) You may use...

Try on another machine to check if it can work at all. -)

maybe create react app caches something, I don't know how it works, maybe it checks for lock files for changes. If you use yarn try do `yarn upgrade pkg` after...