-
### pnpm version: 7.18.2
### Code to reproduce the issue: (running vscode devcontainer)
```Dockerfile
# .devcontainer/Dockerfile
ARG VARIANT="bullseye"
FROM mcr.microsoft.com/vscode/devcont…
-
Clone and then try to install all the dependencies and these errors appear: `@F4k3r22 ➜ /workspaces/codespaces-blank/cmd_theme (main) $ pnpm install
Debugger attached.
Lockfile is up to date, resolu…
-
Here my schema:
```ts
export const tableA = mysqlTable("tableA", {
id: int("id").primaryKey(),
});
export const tableB = mysqlTable("tableB", {
id: int("id").primaryKey(),
});
export c…
-
### Before opening, please confirm:
- [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md).
- [X] I have [searche…
-
We have some code in `nr-common` and I think we can import it from `nr-server` but I can't import it from `nr-app`. There are all kinds of errors, some of which I thought I'd fixed in 99fd5963371cd0d0…
-
### pnpm version:
7.29.0
### Code to reproduce the issue:
pnpm i
### Expected behavior:
Installs all packages
### Actual behavior:
Error
### Additional information:
There is an earl…
-
C:\MyDevProjects\MyLinguistics\Sanskritist.Print\lit-bindery>"./node_modules/.bin/alias-hq"
== Alias HQ ==
-- Main Menu --
C:\MyDevProjects\MyLinguistics\Sanskritist.Print\lit-bindery\nod…
-
### Current Behavior
In an nx project which uses pnpm workspaces, if a library project is declared both at the top level and at the application level and the library build target has no specified o…
-
It would be great if howfat supports [pnpm workspaces](https://pnpm.io/workspaces).
```json
"dependencies": {
"@example/core": "workspace:*"
},
```
Running howfat local inside a monorepo p…
-
### Verify latest release
- [X] I verified that the issue exists in the latest pnpm release
### pnpm version
9.12.3
### Which area(s) of pnpm are affected? (leave empty if unsure)
Depen…