VincenzoA

Results 2 comments of VincenzoA

I'm facing the same error, the following are my Angular project's dependencies: "dependencies": { "@angular/animations": "~11.2.7", "@angular/common": "~11.2.7", "@angular/compiler": "~11.2.7", **"@angular/core": "~11.2.7",** "@angular/forms": "~11.2.7", "@angular/platform-browser": "~11.2.7", "@angular/platform-browser-dynamic": "~11.2.7", "@angular/router": "~11.2.7",...

Sorry, that was a my mistake. Actually, the problem is that i'm using the library gulp-convert, that depends explicitly on the version 0.5.0 of the converter lib. The bug i...