-
When using a yarn v2 project that uses yarn plug-in-play, it would be nice if coc-definition would jump into the archive that holds the source definition. In pnp, yarn stores project dependencies as z…
-
I have looked at existing issues like #11, #46, #49 and have followed suggestions there and still can't get this working.
I have run
```
yarn dlx @yarnpkg/pnpify --sdk vim vscode
```
I have…
-
### [REQUIRED] Describe the problem
I get an error when bundling with Yarn 2 and firebase:
```
(node:82642) [MODULE_NOT_FOUND] Error: @firebase/database tried to access @firebase/app, but it …
-
Merge scrum-main from https://github.com/JakubKoralewski/lets-watch-it-together-private into this main
More info:
https://www.notion.so/jcubed/Merging-private-and-public-yarn2-7eac32cd5bd04b1c9944…
-
Hey there, this is a neat project and could hopefully someday do away with needing ts-node for everything.
I want to open this as more of a TO-DO for when I or someone else finds time. Right now I'…
-
Hi! I'd love to use this with our project but we're using yarn2 (berry) with [pnp mode](https://yarnpkg.com/features/pnp) and I cannot import any local modules. Is that supported?
Thanks!
-
### jsdoc does not work in yarn v2
* Init a yarn project `yarn init`
* Install yarn v2 by `yarn set version berry`
* Install jsdoc `yarn add jsdoc`
* create a empty js file name `test.js`
…
-
Hi, when running `openapi-codegen gen github` as yarn2 script command I get following error:
```cmd
.pnp.cjs:81722
return Object.defineProperties(new Error(message), {
…
-
One of the new features with yarn is the use of pnp mode.
This is where the packages when they're added / installed end up downloaded and stored as zips using less space.
* **.yarn\releases** - …
-
# Glossary
| Term | Description |
| ---- | ----------- |
| Yarn Classic | Yarn v1 |
| Yarn Berry | Any version of Yarn > v1. At the time of writing, stable Yarn Berry is v3. v4 currently has a r…