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

Is generator-office broken? #676

Closed Emiya0306 closed 2 years ago

Emiya0306 commented 2 years ago

Prerequisites

image

Expected behavior

I can create office excel addin project.

Current behavior

Generator-office is broken.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. npm install -g yo generator-office
  2. yo office

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

Emiya0306 commented 2 years ago

@millerds Can any one help me?

Emiya0306 commented 1 year ago

I fix the problem. Because the file "$HOME/office-addin-usage-data.json" is broken, cmd "yo office" can not be execute. If you delete this json file, "yo office" will work.