是否可以在 Firebase 托管的网络应用程序上安装 powershell?

Is it possible to install powershell on a web app hosted by Firebase?

我用 firebase 托管了一个 node.js 网络应用程序,我需要 运行 一个 powershell 脚本。我已经安装了在本地完美运行的节点模块 "node-powershell",但是在部署时,它告诉我需要安装 powershell(将其安装在 firebase 'computer' 中)。有什么办法吗?

Firebase 托管是一种所谓的静态托管服务。这意味着它按原样提供内容,不以任何方式 interpret/execute 该内容。

所以很可能您正在使用 Cloud Functions 与 Firebase 托管的集成来 运行 这些节点脚本。这变成了一个问题是否 Cloud Functions can run Powershell scripts

我没有立即在那里看到答案,但如果二进制文件可用于 (Debian) 上的 Cloud Functions 运行s 平台,您可以自己上传二进制文件。有关此示例,请参阅