-
### Contribution
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md))
### Describe the user story
Workspaces need pnpm-works…
cdtut updated
4 months ago
-
Internal context: https://prisma-company.slack.com/archives/C5Z9TH6N9/p1624327195329300
-
I've been having trouble using the workspace feature. Here's the context to what I'm doing:
I have a package in `apps/my-app` that depends on: `"@my-org/my-lib": "workspace:^"`.
`my-lib` is loca…
-
Thank you for making this. I couldn't believe it when I went looking for a TS age implementation, and lo and behold, you had made an official one. Amazing!
My current use case is being able to de…
-
**What would you like to be added**:
(Hi, loving the tool, thanks for all your efforts)
We have a pnpm monorepo using the workspaces functionality.
I am able to prepare an sbom at the top lev…
-
Continuing from:
- https://github.com/NixOS/nixpkgs/issues/231513
Which was fixed by:
- https://github.com/NixOS/nixpkgs/pull/290715 (by @Scrumplex :heart:)
This issue is dedicated to disc…
-
pnpm version should be configurable like node version.
In a project where pnpm-lock.yaml is already set you should be able to select your pnpm version used in the nx cloud workflow
This should b…
-
I converted a project from yarn workspaces to pnpm workspaces. When running `pnpm update`, there is an error:
```
ERROR Cannot resolve package from workspace because opts.workspacePackages is not…
-
Hi! nice boilerplate, especially the prettier/eslint rules.
I cloned the project and made no changes to give it a try.
Running `pnpm lint` shows 38 Problems, most related to cypress, the others rela…
-
Our project is configured ad a monorepo using Pnpm workspaces.
in our projects we import local packages like so
![image](https://user-images.githubusercontent.com/19397354/213870945-f438215c-2…