-
I am encountering this a LOT intermittently during CI for my projects. I can rerun CI and then it is all fine. I have looked at the troubleshooting referenced but I am not behind a proxy so am not rea…
-
I've installed multiple versions of PNPM using Corepack. Could you please provide a way to list all the PNPM versions installed through Corepack?
-
[+] Building 88.4s (22/22) FINISHED …
-
### What's not working?
When creating a new Redwood project with `npx create-redwood-app`, the generated package.json includes a private Verdaccio registry that causes installation to fail for new …
-
Hi @Borales
I'm using the `borales/actions-yarn@v4` action in a GitHub Actions workflow to run yarn install in a specific subdirectory of my project. However, the action seems to be ignoring the -…
-
Feature Request: corepack info
Running `corepack info` should result in a listing describing what corepack knows about the local directory and how discovered, and then the same information about th…
-
```
Checking NodeJS
Bullet Train requires Node.js 20.15.0 and `node -v` returns 16.17.0.
Try proceeding with Node 16.17.0 anyway? [Y/n]
n
You've chosen not to continue with Node 16.17.0. Goodby…
-
# yarn berry 사용하기
> 약 3년간 yarn classic을 사용하다가 이제서야 yarn berry로 넘어오며 yarn에 대해 알아보고 있습니다. 셋팅부터 많이 막혀서 이래저래 공부를 해보고 있습니다. 다음 글에서는 yarn berry의 기능들에 대해 좀 더 깊게 알아보려고 합니다.
## yarn 이란?
- 프로젝트 관리자 겸 패키…
-
First time I run corepack install in a project it says `Adding yarn@version+sha256.....` to the cache. Future times it says `Adding yarn@version to the cache...`. It already was in cache so future tim…
cdtut updated
7 months ago
-
After running `npx envinfo --system --npmPackages svelte,rollup,webpack --binaries
--browsers`, `envinfo` added `"packageManager": "pnpm@` to my `package.json`. I have enabled corepack and have pnpm…