【发布时间】:2016-11-20 22:25:19
【问题描述】:
我正在按照https://dev.office.com/getting-started/addins#selectapp 此处的说明制作我的第一个 MS Office PowerPoint 插件。
我安装了 yeoman 生成器并运行了这个命令yo office
yo office ⏎
_-----_ ╭──────────────────────────╮
| | │ Welcome to the Office │
|--(o)--| │ Project generator, by │
`---------´ │ @OfficeDev! Let's create │
( _´U`_ ) │ a project together! │
/___A___\ /╰──────────────────────────╯
| ~ |
__'.___.'__
´ ` |° ´ Y `
? Project name (display name): myHelloWorldAddin
? Root folder of project? Default to current directory
(/Users/antkong/dev/zeetings/ppt), or specify relative path
from current (src / public): .
? Office project type: Task Pane Add-in
? Supported Office applications: (Press <space> to select, <a> to toggle all, <i> to inverse selection)Word, Excel, PowerPoint, OneNote, Project
? Technology to use: HTML, CSS & JavaScript
create bower.json
create package.json
create tsd.json
create .bowerrc
create gulpfile.js
create content/Office.css
create images/close.png
create images/logo-filled.png
create scripts/MicrosoftAjax.js
create jsconfig.json
create tsconfig.json
create manifest-myhelloworldaddin.xml
create manifest.xsd
create app/app.css
create app/app.js
create app/home/home.html
create app/home/home.css
create app/home/home.js
它在最后一行停留了很长时间(现在最多 15 分钟)。
我该如何解决这个问题?是否有任何日志文件我可以检查以找出问题?
【问题讨论】:
标签: office365 yeoman office-addins office-js yo