-
it looks for node_modules even when installed using yarn in pnp mode... I know, total edge case.
```
Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@vitejs/plugin-react' imported from /User…
-
On my machine, a kubernetes-typescript install takes:
200 seconds with a standard install
20 seconds with yarn PNP
First-class Yarn PNP support would be appreciated as it would mean much faster p…
-
### Describe the bug
In the following reproduction, running this script works without any errors:
```bash
yarn test
```
However, the following command throws an unexpected error:
```bash…
-
When using Yarn PnP + Vite I get this error message:
```
Failed to resolve dependency: __mf__virtual, present in 'optimizeDeps.include'
```
And then after the server is started:
```
4:42:25 PM […
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
Trying to run a `*.mt` file via `yarn node` with no `type` or `type: "commonjs"` in the `package.json` fails and result…
-
With the release of [Yarn 2.0](https://dev.to/arcanis/introducing-yarn-2-4eh1), many users may be interested in trying out the new version of the package manager with the Angular CLI. As of 9.0, the …
-
**What version of VS Code are you using?**
v1.95.2
**What version of Tailwind CSS IntelliSense are you using?**
v0.12.13
**What version of Tailwind CSS are you using?**
v3.4.14
**Wha…
-
Hi there!
I got this warning when compiling my assets with Webpack :
```sh
(node:26760) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative inst…
-
The following workflows and package managers don't work when tools build into node_modules directories, or rely on dependencies existing in node_modules.
Because of this, developers building native…
-
I'm trying to use Vitest and I'm running into an issue with Yarn PnP:
> .pnp.cjs:101340 Uncaught Error: local-pkg tried to access vite, but it isn't declared in its dependencies; this makes the req…