Closed lbar closed 4 years ago
I don't think grpc 1.23.3 had support for Node 13. I suggest trying the latest version of grpc, 1.24.2. We publish precompiled binary files for supported versions so you shouldn't need to build at all.
Hi @murgatroid99 I found the dependency which specifies the grpc legacy version. I succeed to upgrade it and my project could now be installed. Thank you for your support.
Problem description
With Node 13.11.0, my Angular project cannot be installed (command
yarn install
is failing). When downgrading Node to 12.16.1,yarn install
succeed.Reproduction steps
I'm trying to install my Angular project with
yarn install
. After linking modules,gprc
module needs to be built and the error below occurred.Environment
Additional context