Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generator creates scaffolding for all microsoft applications instead of a singular one #830

Open
mlmaria opened this issue Jul 1, 2024 · 5 comments

Comments

@mlmaria
Copy link

mlmaria commented Jul 1, 2024

Prerequisites

Expected behavior

I wanted to create the scaffolding for a Microsoft Word Add-in.

Current behavior

The add-in will create manifest files for every other MS application such as Outlook, Excel, Powerpoint, etc.

Steps to Reproduce

  1. yo office
  2. click through to create an add-in using React framework for Word

I've also tried the command yo office --projectType react --name "New Web AddIn" --host word --ts true

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Operating System: Mac Sonoma 14.5
  • Node version: v18
  • Office version: 16.85
  • Tool version:

Failure Logs

image
@AlexJerabek
Copy link
Contributor

Thanks for reporting this @mlmaria. @millerds, could you please take a look?

For what it's worth, this didn't repro on Windows for me.

@millerds
Copy link
Contributor

millerds commented Jul 3, 2024

Can we get the full logs from the project generation (the screen shot only shows part)?

@mlmaria
Copy link
Author

mlmaria commented Jul 3, 2024

image image

Here is the full log when I try to run the yo office command.

@millerds
Copy link
Contributor

millerds commented Jul 3, 2024

Can you try running npm run convert-to-single-host word in the project that was created?

@mlmaria
Copy link
Author

mlmaria commented Jul 3, 2024

image

Here is what it says after I run npm run convert-to-single-host word

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants