I'm getting a weird error starting today in my Angular project. Things worked fine for quite many months but starting today my CI cannot build the project anymore and then doing a clean build on my local machine also fails with the following error:
I've just noticed leaflet released a new version 3 days ago, i.e. 1.9.0 and things break because of it. Locking version to ~1.8.0 in package.json solves my build issues.
Hello,
I'm getting a weird error starting today in my Angular project. Things worked fine for quite many months but starting today my CI cannot build the project anymore and then doing a clean build on my local machine also fails with the following error:
Here is my package.json file:
Do you know what could trigger the above error? I'm just launching
ng build
and get that error. Many thanks!