generator-office
generator-office copied to clipboard
Speed is slow or the Yeoman Generator got some bug(s)?
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.
- Start the dev-server: npm run dev-server
- Sideload to word: cp -R $(pwd)/*.xml; ~/Library/Containers/com.microsoft.Word/Data/Documents/wef
- 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.
This is currently still bugged..
Have you tried using the 'npm run start' command instead of running the dev-server and trying to manually copy the manifest around?