Open arbass22 opened 8 hours ago
Don't this its the root issue here but it looks like according to this page, the unified manifest is not supported for Mac Outlook: https://learn.microsoft.com/en-us/office/dev/add-ins/develop/yeoman-generator-overview If that's the case, that really should be mentioned in this guide: https://learn.microsoft.com/en-us/office/dev/add-ins/quickstarts/outlook-quickstart-yo
Expected behavior
I can follow the quickstart guide here to get an outlook add in with react working.
Current behavior
After following the directions the package.json does not contain a script for npm start:desktop
Steps to Reproduce
``bash $ npm install -g yo generator-office $ yo office
outlook yo office
? Choose a project type: Office Add-in Task Pane project using React framework ? Choose a script type: TypeScript ? What do you want to name your add-in? poka-outlook ? Which Office client application would you like to support? Outlook ? Which manifest type would you like to use? unified manifest for Microsoft 365
`` See above to install. npm start failed so I tried the instructions here: https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/sideload-outlook-add-ins-for-testing#sideload-manually
Which say to run npm start:desktop which is not a command that exists in my package.json that was generated:
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
If I run npm start I get these logs
Please include any relevant log snippets, screenshots or code samples here.