Hi. I have problem after upgrade:
root@ta30:/var/www/crm# yarn build:extension defaultExt
Error: Invalid values:
Argument: project, Given: “defaultExt”, Choices: “core”, “shell”
In my angular.json file no defaultExt. I tryed command yarn merge-angular-json but still same problem
Yes. I checked the instructions. The command yarn merge-angular-json creates the angular.json file, but it does not contain the defaultExt project, only the shell and core projects. The package.json file is identical.
So, you have it working? What was the problem? This building of the angular.json file is a new feature and I would like to understand if it is working well.
I updated from 8.7 to 8.8, but after the update, there was nothing about defaultExt in the angular.json file. Running the yarn merge-angular-json command didn’t fix it. Here’s what I did: I copied the extensions/defaultExt folder from the .zip archive, ran yarn merge-angular-json, and then everything worked fine.