Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Clean support for strict dependency managers (e.g., pnpm default) #745

Open
ryanbliss opened this issue Jan 18, 2024 · 0 comments · May be fixed by #794
Open

[Feature Request]: Clean support for strict dependency managers (e.g., pnpm default) #745

ryanbliss opened this issue Jan 18, 2024 · 0 comments · May be fixed by #794
Labels
enhancement New feature or request sdk work

Comments

@ryanbliss
Copy link
Contributor

There are lots of issues with strict dependency settings in Live Share, since we use child packages of the fluid-framework package in Live Share. With non-strict settings (default for npm and yarn), node_modules is flat, meaning that you can access child dependencies of packages in your package.json even though you don't explicitly declare it in your package.json. But when in strict, you cannot do that, and thus they need to resolve those manually in pnpm config files. We should try to clean this up in Live Share V2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sdk work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant