-
### 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…
-
Create (generated or manually, either will do) a set of data for the buckets that supplies:
- [x] User personal info (might use arbitrary student ID first)
- [x] SAM test result (might also need to …
-
Task: Represent all Yarn worskpace sub-modules by separate `Project` instances in the `AnalyzerResult` which would be more consistent with other `PackageManager`s and maybe overall also better. I'm wr…
-
**Describe the bug**
I'm trying yarn2. While `yarn npm login` works with the default registry, when I put
`npmRegistryServer: "https://verdaccio:4873"` in my .yarnrc.yml, I get a http 409 error:
…
-
I tried to do, as instance `corepack prepare pnpm@5.18.10`, but got `Internal Error: Error when performing the request`.
I think this is because of the proxy. Where I can configure it?
I have proxy…
-
### Is your feature request related to a problem? Please describe.
The [Bun](https://github.com/oven-sh/bun) package manager is currently unsupported in the NativeScript CLI.
When running `ns pack…
-
- [ ] I'd be willing to implement this feature
- [ ] This feature can already be implemented through a plugin
**Describe the user story**
We need the classic [`yarn audit`](https://classic.yarn…
-
The Yarn lock file seems to be Yarn2, but Yarn2 needs Nodejs 18.
> Usage Error: This tool requires a Node version compatible with >=18.12.0 (got 16.20.2).
💥 What to do now?
-
We're trying to upgrade to Yarn v2 in our project, which uses NestJS in a Yarn workspace. Yarn v2 adds Plug-n-Play which enforces dependencies explicitly list their dependencies. When running our serv…
-
- [ ] 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…