Azure App服务部署在Core-JS PostStall上失败

发布于 2025-02-01 10:56:43 字数 840 浏览 3 评论 0原文

我正在使用自定义部署模板和GIT回购URL部署团队应用程序。部署以前是成功的,并且从上周开始,部署在Core-JS PostStall上失败了。以下是相同的日志。

日志文件

请让我知道我缺少什么,为什么只有在core-js上失败了?

日志:> microsoft.teams.apps.submitidea \ clientapp \ node_modules \ core-js

node -e“ try {require('./ postInstall')} catch(e){}” 命令'starter.cmd“ c:\ home \ site \ d ...'由于没有输出或CPU活动60秒而被中止。如果需要,您可以增加SCM_COMMAND_IDLE_IDLE_IDLE_TIMEOUT APP设置(或WebJobs_idle_idle_time设置(如果是WebJob),则可以增加。 \ r \ nstarter.cmd“ c:\ home \ site \ site \ deployments \ tools \ tools \ exploy.cmd” 节点-e“ try {require('./ postInstall')} catch(e){}” 输入字符串不是正确的格式。

I am deploying a teams app using custom deployment template and a git repo url. The deployment was successfull previously and from last week deployment is failing at core-js postinstall. Below is the log for the same.

log file

Please let me know what I am missing and why only at core-js it fails?

log: > [email protected] postinstall C:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\ClientApp\node_modules\core-js

node -e "try{require('./postinstall')}catch(e){}"
Command 'starter.cmd "C:\home\site\d ...' was aborted due to no output nor CPU activity for 60 seconds. You can increase the SCM_COMMAND_IDLE_TIMEOUT app setting (or WEBJOBS_IDLE_TIMEOUT if this is a WebJob) if needed.\r\nstarter.cmd "C:\home\site\deployments\tools\deploy.cmd"
node -e "try{require('./postinstall')}catch(e){}"
Input string was not in a correct format.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

像你 2025-02-08 10:56:43

当我将默认节点版本更改为〜16而不是部署模板中的16.15.0时,我的部署问题就解决了。截至目前,Azure支持16.13.0。

My deployment issue got fixed when I changed Default node version to ~16 instead of 16.15.0 in deployment template. Azure supports 16.13.0 as of now.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文