When I deploy my Angular app to the Google Cloud, I am getting this error in the Cloud Build section after trying to compile: 'Error: callback(): The callback was already called'. I am using Angular 9 on my project. I have tried to npm install my node-modules again but with no success though.
Any advice to solve this will be very helpfull.
Here is an image of the GCP console with more details about the compilation issue:
Also I tried to add this line of code to my tsconfig.json but with no success either: "disableTypeScriptVersionCheck": true,
I think the question is very clear and I might not need to add more details about it, since the error seemed to appear from nowhere.
Via Active questions tagged javascript - Stack Overflow https://ift.tt/xQufPbK
Comments
Post a Comment