Pablo Lopez

Results 4 comments of Pablo Lopez

ng update does not work if we are using yarn plug and play

Someone have tried using any angular schematic while using yarn plug and play? Seems something failling here too with esbuild searching esbuild-android64 or something like that

Today tried to build an angular universal application and I'm struggling with it, this issue should be high priority for angular team, angular does not go well with yarn plug...

try with yarn pnpify, install it `yarn add @yarnpkg/pnpify` and run yarn pnpify ng update, but it will not work properly due to an issue of ngcc if I dont...