Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "henryand"

we found and corrected our problem. we had code that failed "aot" during build optimization.

the npm-put error for "abp-zero-template" pointed us to our angular.json file that has that template. the production config for that template was configured with a different "aot" setting, which is why it only crashed on publish.

this issue is still open so I hope this answer helps if @Tachyon is still having issues.

We were able to track down the root cause this morning by turning off strict templates and fulltemplattypecheck in tsconfig. This allowed us to see some old code that was not strictly typed which did not meet the upgrade standards. we then deleted the offending code since we no longer used it anyway. we turned the compiler options back to true and we are published!

"angularCompilerOptions": { "fullTemplateTypeCheck": false, "strictTemplates": false,

hope this helps others if they get the same error.

thanks!

Has this issue been resolved? I am having the same problem.

Showing 21 to 23 of 23 entries