farfromrefuge

Results 916 comments of farfromrefuge

@hql287 will look at everything this week. Sorry for the delay

@zkochan was wondering if this https://github.com/pnpm/pnpm/commit/9c22c063eba31af0fd575ba4a10529eaa424102a commit could help on this issue? I am clearly seeing now that injected deps have their node_modules files not reflecting on changes from the...

@zkochan thanks for fixing the path thing. As for the file not changed, tbh the sync command is not the solution. I mean you would expect this to work. So...

@zkochan i have been testing 7 rc versions and the possiblity to drop `dependenciesMeta:injected` with `file:` dependencies. I feel like something changed between rc2(i think) and. rc7. Before hmr was...

@zkochan sorry to bump this but this is a big issue which is still happening with 7.0.0. files in a `file:` dependency do not see changes (on macos). I should...

@zkochan I can't use link because users might be using yarn or npm anyway to enforce link not to be injected? may I ask why this happened?

@zkochan sorry not sure i understand your point. `link:` does not seem to work with `npm` so i cant use that in our OSS projects. Now i am sorry to...

@zkochan we are an OSS project and we don't need nor want to force anyone to use one package manager or another. we all have our preferences. And npm (I...

@zkochan the thing is that it was working with 6.x can't we get that back ? I mean using `file:` not using injected. right now for me the `file:` seems...

@zkochan I am sorry to bump this but it is really a pain for complex workspace. I use `file:` in tens of projects and I keep on having to locally...