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
Hey @dimitri-bourreau what kind of setup are you using currently on yo-office?
I just created a fresh project using the following:
? Choose a project type: Office Add-in Task Pane project supporting single sign-on
? Choose a script type: JavaScript
? What do you want to name your add-in? sso2
? Which Office client application would you like to support? Outlook
And I'm not getting this VersionOverride error.
I'm getting a lot of errors normally in the npm run validate step, which most seem related to the images in the manifest. Did you work around them? I feel the template might be outdated and not working right now because of these errors.
Expected behavior
npm run validate
would alert if the manifest could not be installed on Outlook for web.Current behavior
npm run validate
do not throw the error specified by Outlook for web when refusing the installation of the manifeste.npm run validate
throws two errors about images, an issue is already open about this.Outlook refuses the installation throwing:
Which would translate:
And this error didn't help me has actually I only needed to add this to my manifest:
This snippet wasn't included by Yeoman at generation.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
yo office
and generate an Outlook add-in with SSO and JavaScript.I'm not sure this is enough. Though, I checked twice the Current behavior section.
Context
The text was updated successfully, but these errors were encountered: