-
### Actual Behavior / Situation
The new version of Yarn, v2, packs dependencies in `.zip` files instead of keeping them in `node_modules`. `sass-loader` uses `node-sass` which is a native binary an…
-
Have you considered a name change? Search engines think that this project name is a typo, which isn't great for visibility, which in turn is a shame because this project is amazing 🙏
-
`berry` generates many files and directories like `.yarn/cache/*`, `.pnp.js`. Some of them seem better to be ignored, but I don't know what to ignore.
There are no examples in https://github.com/g…
-
Hello Apollo team and Apollo Codegen users!
I’m Dotan and I’ve created a library called [graphql-code-generator](https://graphql-code-generator.com/), which we maintain for the past 4 years that ai…
-
Yarn 2.0 has been released. https://dev.to/arcanis/introducing-yarn-2-4eh1
This release has some massive changes, the biggest one is using PnP by default. https://next.yarnpkg.com/features/pnp
Howev…
-
**Describe the solution you'd like**
I would like to be able to control how AppCenter clones my git repo. My app lives inside of a monorepo which is pretty big. It would be nice if AppCenter had a wa…
-
Rel: #17271
Note: This is now possible (although non-builtin) using the [ZipFS extension](https://marketplace.visualstudio.com/items?itemName=arcanis.vscode-zipfs#:~:text=This%20extension%20adds%20…
-
Yarn has made some significant changes in Yarn 2.x. It no longer uses node_modules/ and instead uses a virtual filesystem via PnP (https://yarnpkg.com/features/pnp). Due to this change, shadow-cljs is…
-
- [ ] I'd be willing to implement a fix
**Describe the bug**
```
{
"scripts": {
"foo": "yarn --cwd .yarn exec cd"
}
}
```
Running `yarn foo` prints out the current path, not `.y…
-
**Describe the issue**
When working with yarn 2 workspaces, node_modules are not located in the workspace-folder but in the root of the project.
architect throws an error when building:
```
- …