OfficeDev / Office-Addin-TaskPane-Angular

Template to get start started writing a TaskPane Office Add-in for the Angular framework using TypeScript
Other
14 stars 19 forks source link

Unable to run the angular project created using yo cli #99

Open zeshanvirk opened 2 years ago

zeshanvirk commented 2 years ago

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 image 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. image

jleroy-dev commented 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).