-
Saw on Hacker News and gave it a shot. Tried to publish on EAS and create a development build, got it done successfully but when I run `npm run ios` I get this error in the simulator:
../../App" fr…
-
I converted a project from yarn workspaces to pnpm workspaces. When running `pnpm update`, there is an error:
```
ERROR Cannot resolve package from workspace because opts.workspacePackages is not…
-
Feels like I'm going crazy about this issue. I'm currently using `@apollo/client` with `react-native` in a yarn workspace. I've setup the yarn workspace correctly with the custom metro config required…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
Yarn version I am on is `4.3.1` and it seems to be utilizing 100% of the cpu when a misconfigured global script is used…
-
The error is confusing and I don't know what to do. I ran `eisd 'yarn install' -y -a` in the postinstall script in the root of my project and it gave that error. I ran the command specified in getYarn…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
I have 2 workspaces. In the root dir I created `package.json`:
```json
{
"private": true,
…
-
# Core issue
```
private fun computeProductBinDir(productDirProvider: Provider, platform: Property) =
if (platform.get().isWindows()) productDirProvider else productDirProvider.map …
-
when using workspaces
### Bug description
`yarn add` with package already installed removes the package
It happens when using the latest tag
**Command**
```sh
yarn add recharts@lat…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
proj2 link monorepo proj1, then show this error
```
D:\ts_projects\mine\yarn-bug1\proj2>yarn
➤ YN0000: ┌ Resol…
-
Currently, yarn install --immutable fails due to postinstall script yarn build, which in turn runs yarn workspaces foreach -p run build. Somehow it was working, but due to an unknown reason not relate…