-
I've tried to create project using `expo-library` cli
init command failed:
```
? Package Name my-lib
? Package Description my-lib-on-typescript
? Author's GitHub Handle dtqs
? GitHub Repo Path…
-
- [ ] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing))
- [x] This feature is important to have in this repository; a contrib plugin would…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
With `yarn --verbose --frozen-lockfile --production`, while building a Docker image (i.e. on a machine where yarn…
-
### Bug description
`yarn workspaces info --json` no longer works as of the `v1.22.0` release. The `--json` flag seems to be ignored and the output is JSON wrapped in plain text. In `v1.21.1` this …
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
It try to use the new [workspaces feature](https://yarnpkg.com/lang/en/docs/workspaces/). A…
-
**Do you want to request a *feature* or report a *bug*?**
*feature*
**What is the current behavior?**
```
$ yarn workspaces run build
yarn workspaces v1.10.0
yarn run v1.10.0
$ tsc …
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**Current behavior**
`/package.json`
```
{
"private": true,
"workspaces": ["workspace-a", "workspace-b"]
}
```
`/w…
-
After trying to modify the project package manager to *pnpm*, which failed with a lockfile error, I tried to update the package manager to *YARN*.
```
const project = new awscdk.AwsCdkTypeScriptApp…
-
### Describe the bug
setting YARN_CACHE_FOLDER does nothing for `yarn install` or `yarn config --no-defaults` given the [documentation](https://yarnpkg.com/configuration/yarnrc) I expected it to wo…
-
### 📜 Description
So i've setup a completely new backstage app using the npx command. After that I've configurated the github integration for our github enterprise instance. The last step was setti…