Open zeshanvirk opened 2 years ago
Had the same issue. You should manually install ajv
to a more recent version:
npm install --save-dev ajv@^8
The Angular application architecture generated using yeoman seems outdated anyway (it still uses webpack).
Followed the article below in the Microsoft document and selected the Angular framework option to generate the project. https://learn.microsoft.com/en-us/office/dev/add-ins/develop/yeoman-generator-overview
The commands executed successfully but when I run the npm start command, It gives the error below.
Seems like there is an issue with the packages which needs to be resolved.