Michael Essiet
Michael Essiet
Were you able to fix this error?
Any update on this?
If you're not making use of a package you can remove it from the environment using e.g `env -yarnpkg.com`
There is, create a `pkgx.yaml` file and define the dependencies there like so ```yaml dependencies: [email protected] node@20 [email protected] ``` You can use the names or the pkgx display name e.g...
@mxcl Do we have something to handle this better already? Assigned from defining dependencies I haven't come across anything else
If we add this it will definitely need to go into the docs that if `pkgx.yml` is defined then you'll need to explicitly define the pkgs needed in your project...
We can't merge the 2 as they are 2 different packages. This is something that has confused many yarn users... even me. And I'm not really sure about the `.yarnrc`...
@jhheider has the issue of dev pushing `yarnpkg.com` when `classic.yarnpkg.com` is already installed been fixed?
Any update on this? Its been stale for a while
Ah, that's been open since August. I doubt they'll implement it