-
Issue Type: Bug
typescript language server repeatedly crashes after updating yarn2 PnP monorepo dependencies.
It doesn't always happen, but pretty certain all you need to do is do a `yarn work…
-
- Operating System: Windows 10
- Node Version: v14.13.1
- NPM Version: 6.14.4
- webpack Version: 5.4.0
- webpack-dev-server Version: 3.11.0
- Browser: Firefox (although not used here)
…
-
### Lerna@4 and Yarn@2 (berry) + Wallabyjs not Playing nice
Howdy crew at WallabyJs,
You've all helped me in the past with great ease. and I'm hoping the same will hold true this time. I've take…
-
```
yarn -v # I just installed the latest master branch
2.4.0-git.20210226.hash-97663a9d
# ALSO reproduce in: 2.4.0 (yarn set version berry)
npm -v
6.14.10
node -v
v14.15.4
```
working…
-
## Feature Request
In https://github.com/nestjs/nest/blob/275e71f89ad2d1bf7ddecd691602b5a15708291d/packages/common/utils/load-package.util.ts#L8
The error caught should be displayed to the console…
-
Renovate-bot attempted to upgrade type-fest to 0.20.0 during the night. The CI build fails with the following:
> tsc -b
> .yarn/cache/type-fest-npm-0.20.0-9c17c80bf4-420f4bc536.zip/node_modules/t…
-
My package.json is no longer sorted by prettier with this plugin after upgrading to yarn2 and enabling pnp (neither via IDE plugin nor via independent CLI). Setting `nodeLinker: node-modules` in yarn2…
-
- [x] I'd be willing to implement a fix
**Describe the bug**
Typescript never seems to consider builtin modules for node, which causes a bunch of warnings like:
```
(node:162808) [MODULE_NOT…
-
**Is your feature request related to a problem? Please describe.**
We use a package manager that utilizes symlinks to build the dependency tree from a flat storage area of all installed packages. Bec…
-
**Describe the user story**
Yarn 1 had a useful feature — it stored global cache, for example in folder `/usr/local/share/.cache/yarn`, which could be revealed by running `yarn cache dir`.
Havin…