I'm trying to run Outlook-add-in using npm start
. But it gives me an error that
Sideloading the Office Add-in...
Error: Unable to start debugging.
Error: Unable to sideload the Office Add-in.
Error: Sideload is not supported.
I'm running direct demo project which Microsoft provided for Outlook-add-in. Also rund npm run dev-server
before npm start
as i'm running in mac.
https://learn.microsoft.com/en-us/outlook/add-ins/quick-start?tabs=yeomangenerator
I have done some research to find the issue but unable to come up with any. Any help would be grateful.