generator-office icon indicating copy to clipboard operation
generator-office copied to clipboard

Speed is slow or the Yeoman Generator got some bug(s)?

Open twilightty opened this issue 3 years ago • 2 comments

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • [X] I am running the latest version of Node and the tools
  • [x] I checked the documentation and found no answer
  • [X] I checked to make sure that this issue has not already been filed

Expected behavior

After starting the dev server and sideloaded the plugins, everything should be working

Current behavior

After the server is started, I begin to sideload it to Word by copying the manifest to the "wef" folder

After the plugin is sideloaded, I just got a screen says loading. After about 30 mins, got a bad sign: "Please sideload your addin to see app body."

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Start the dev-server: npm run dev-server
  2. Sideload to word: cp -R $(pwd)/*.xml; ~/Library/Containers/com.microsoft.Word/Data/Documents/wef
  3. Load the plugins: Insert -> My Plugins -> My Office-Add in

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: macOS 11.5.2 (Big Sur)
  • Node version: 14.17.5 LTS
  • Office version: 365 Enterprise
  • Tool version:

Failure Logs

Please include any relevant log snippets, screenshots or code samples here. image

twilightty avatar Aug 25 '21 04:08 twilightty

This is currently still bugged..

twilightty avatar Aug 25 '21 04:08 twilightty

Have you tried using the 'npm run start' command instead of running the dev-server and trying to manually copy the manifest around?

millerds avatar May 27 '22 22:05 millerds