gpt4 book ai didi

typescript - 部署到 Azure 时出现 TS2304 : Cannot find name 'Office' .

转载 作者:行者123 更新时间:2023-12-02 08:00:58 24 4
gpt4 key购买 nike

我用过yo office ( Yeoman Office Generator ) 创建 Word 插件 - 使用 typescript , react , webpack .

当我使用 npm start 在我的开发环境中运行它时它工作完美。

当我部署到Azure时通过Github + Kudu ,编译成功,但当我浏览到它时,出现以下错误:

ERROR in /home/site/wwwroot/function-file/function-file.ts(12,3)

TS2304: Cannot find name 'Office'.

ERROR in /home/site/wwwroot/function-file/function-file.ts(21,12)

TS2304: Cannot find name 'Word'.

还有更多类似的...

office-js已加载到我的 html <script type="text/javascript" src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.debug.js"></script>

但是没有imports在我的tsx文件...我在生成器创建它时保留了所有内容。

关于如何解决这个问题有什么想法吗?

最佳答案

似乎您仍然需要指定应使用 office-js 类型。打开 src/tsconfig.app.json 并将 office-js 添加到 types 数组中,如果它以前是一个空数组,那么它应该如下所示:

"types": [
"office-js"
]

接下来,您需要在项目目录中运行命令 tsc -p tsconfig.json,然后再尝试再次构建项目。

查看此链接 reference .

关于typescript - 部署到 Azure 时出现 TS2304 : Cannot find name 'Office' .,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56629689/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com