You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
It looks like you are talking about two different issues. One is with "start:desktop" where the documentation doesn't match the generated project. And the other is with the sideloading error "Error: m365.InternalError: Request failed with status code 404".
For the first case . . . please log an issue in the "office-addin-taskpane-react" repo.
For the second . . . it looks like OfficeDev/teams-toolkit#12651 is the same thing and that team would be more equipped to help with this problem.
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.
The text was updated successfully, but these errors were encountered: