【发布时间】:2021-06-11 10:29:35
【问题描述】:
最近我开始创建 Office Web 插件,并使用 Visual Studio 创建了一对。但现在,我必须改为使用 NodeJS 创建加载项。我遵循了 Yeoman 生成器的官方 Microsoft 说明,安装工作正常,直到我运行
npm 开始
这个日志。
C:\Users\***\source\secondapp>npm start
> office-addin-taskpane-js@0.0.1 start
> office-addin-debugging start manifest.xml
Debugging is being started...
App type: desktop
Enabled debugging for add-in b56ba8a6-675d-44bd-8182-0822410ef349. Debug method: 0
Sideloading the Office Add-in...
Debugging started.
C:\Users\***\source\secondapp>
Web 服务无法启动。没有给出任何错误。
【问题讨论】:
标签: node.js office365 yeoman-generator