-
### Summary
As title suggests, `expo-module build` fails when using pnpm and corepack (packageManager field in packge.json). It will use `yarn exec` and `corepack` doesn't allow using `yarn` when you…
-
### Feature Request
From https://github.com/microsoft/Oryx/issues/1150#issuecomment-1886067023
> We're not _currently_ looking to support pnpm. Closing this issue for now, please create a new is…
-
-
# 用 Corepack 管理 pnpm 版本 | Noah's Blog
最近幫新人設定環境時才發現目前 pnpm 預設安裝的版本都是 v9,而目前大多專案仍是使用 v8。總要有可以降舊版本 pnpm 的方式...
[https://noahchen.me/posts/managing-pnpm-versions-with-corepack/](https://noahchen.me/pos…
-
https://socket.dev/blog/node-js-takes-steps-towards-removing-corepack
次のmajor versionでcorepackはNode.jsのインストールに同梱されなくなり、明示的にダウンロードする必要がある。
評価すべきであろうこと:
* CIの設定し直し
* 必要なドキュメンテーションの更新
-
Thank you for the excellent tool.
I'm not good at English, so the text might be difficult to read.
Please understand.
### Background
Corepack has a feature that throws an error when a differen…
-
This is a sketch of a proposal, so please don’t pepper me with questions about how it would work; I don’t know. It’s an early idea that I want to suggest to see if there’s interest.
So today, when …
-
**Bug severity**
4 - afecting anyone using `@veramo/credential-w3c` that uses yarn berry (v2+) as package manager
**To Reproduce**
```bash
npm init
yarn
# all good
yarn set version 4.3.1
yar…
-
Currently, deploying a Node.js app with Yarn v4 (specified in the `package.json/packageManager` field) fails with the following error:
> ERROR: (gcloud.functions.deploy) OperationError: code=3, mes…
-
### What happened?
Hello,
I run the same backend locally and on an EC2 instance behind ALB. (from [simple-server-example](https://github.com/tldraw/tldraw/tree/main/templates/simple-server-example…