Eric Parton
Eric Parton
Does anyone know if the angular.json file supports PnP in any way? In my angular.json, I have a bunch of hard coded references to third party assets and styles that...
Just to see if I could get it to work somehow, I manually put all of those missing files in my angular.json at the location that they needed to be...
It is possible to manually move the node_modules assets referenced by the angular.json to another directory as a part of some custom pre-build step, but that doesn't really seem like...
@kenshaw I think that the docker build command referenced by @bbrooks uses QEMU, so you hopefully shouldn't need to cross compile
I'm not sure what happened here, but this would be a useful feature to have. It's something that TestNG can do, and the lack of support makes migrating from TestNG...
I've noticed this behavior and as a user, I feel that it's a bug. The fact that these dependencies don't appear in the components section causes odd behavior in third...
So I have some good news; if you run that weird yarn set version command, it very explicitly says exactly what it's doing: ``` YN0000: Retrieving https://repo.yarnpkg.com/3.1.0/packages/yarnpkg-cli/bin/yarn.js YN0000: Saving the...