仅使用 shell 部署应用

Deploy app only using shell

我需要在客户端机器上部署一个节点应用程序。我正在通过 SSH 客户端 putty 访问客户端环境,并且我已经安装了 Nodejs 和 NPM 以及客户端计算机中的项目。当我尝试 运行 时,出现以下错误:

查看错误我需要安装 Oracle DB Client。我的问题是:如何在腻子中做到这一点 shell?

提前致谢

如果您在 issues on GitHub, you'll find lots of explanations. It's likely that you haven't installed the client libraries that the module depends on. You'll need to download and install those. See the installation instructions 中搜索该错误以获取详细信息。如果您需要使用命令行,请考虑使用 SCP 上传库,然后您可以使用 Putty 安装它们。