OfficeDev / generator-office

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

npm run start - Error: Unable to start debugging.(1753 - 6D9) #729

Closed woai3c closed 1 year ago

woai3c commented 1 year ago

Expected behavior

I expect it to work normally

Current behavior

Unable to operate normally and prompt: Error: Unable to start debugging.

image

Steps to Reproduce

  1. npm install -g yo generator-office
  2. yo office
  3. select Office Add-in Task Pane project
  4. select Typescript
  5. select Excel
  6. npm run start

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

image

woai3c commented 1 year ago

I updated win10 to the latest version to solve this problem.