OfficeDev / generator-office

Yeoman generator for building Microsoft Office related projects.
https://www.npmjs.com/package/generator-office
MIT License
825 stars 208 forks source link

_postInstallHints no longer triggering #841

Open AlexJerabek opened 3 weeks ago

AlexJerabek commented 3 weeks ago

Expected behavior

yo office used to end the creation of a new project with a set of instructions on what to do next. These are all produced in the _postInstallHints function.

Current behavior

The logs in _postInstallHints aren't showing up in the console anymore.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

Here are the settings when running yo office that repro the issue for me:

image

Context

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

Adrian-MSFT commented 2 days ago

@AlexJerabek I was able to repro this on my side and seems to be due to a newer yo version. This repros when I have yo version 5.0.0 installed, but workaround can be downgrading the version to 4.3.1 (npm install -g yo@4.3.1).

Thanks for reporting this issue. It has been put on our backlog. We unfortunately have no timelines to share at this point. Internal tracking id: Office: 9341382