-
#### Screenshot
![image](https://user-images.githubusercontent.com/26499576/153760478-acd3c5e4-ff33-4f6b-9eba-8c2307abdf9d.png)
#### Description
Prisma seemed to be stuck on genera…
-
**Is your feature request related to a problem? Please describe.**
Usage with yarn v2 (specifically the PnP part) requires quite some extra work.
**Describe the solution you'd like**
As far a…
-
Could this solve the single version of react and react-native on web and mobile problem? Blocked on tsc supporting pnp
https://classic.yarnpkg.com/en/docs/pnp/getting-started
https://github.com/mi…
-
@boxersb 님 안녕하세요
현재 진행중인 프로젝트에서 yarn berry (pnp) 방식으로 eslint-config-naver 를 세팅할때 의존성 에러 발생해서 문의드립니다.
https://github.com/naver/eslint-config-naver/blob/master/package.json 을 보면 `eslint-config-…
-
### Acknowledgements
- [X] I searched existing issues before opening this one to avoid duplicates
- [X] I understand this is not a place for seek help, but to report a bug
- [X] I understand that…
-
I am playing with Yarn PnP and it seems, that relay-compiler needs to update its dependencies. Am I correct?
```
Error: Package "relay-compiler@3.0.0" (via "/Users/steida/Library/Caches/Yarn/v4/np…
-
It appears that using Yarn v3's PNP functionality causes the Worker to not load the actual file. If `nodeLinker` is set to `node-modules` in `.yarnrc.yml`, it works as expected.
This is the error …
-
## 何をどうしたいか?
Yarnのセットアップ手順を追加する。特に `nodeLinker` の設定を `node-modules` にする手順を入れておく。
## そうしたい理由は何か?(誤植の修正など理由が自明な場合は不要)
本書ではYarnを用いることにしているが、berry系を入れるとデフォルトでPnPになってしまうため。
## 着手可能になったら自分でプルリクエ…
-
Please remove dependency on `ncjsm` to support yarn pnp for serverless. See https://github.com/serverless/serverless/issues/5634#issuecomment-639552384 for details.
-
I have not done a bunch of exploratory work here, but I think a few changes would be needed here to support yarn --pnp apps. I've been exploring what it would take for ember-cli to support this out of…