gpt4 book ai didi

node.js - 在 AWS Elastic Beanstalk 上全局安装 npm 包

转载 作者:搜寻专家 更新时间:2023-10-31 22:50:22 25 4
gpt4 key购买 nike

我正在尝试在 Elastic beanstalk 上全局安装一个 npm 包。这就是我基于此 documentation 编写的配置文件的样子.

container_commands:
install_phantom:
command: "npm install phantomjs -g"

当我部署到 Elastic Beanstalk 时出现此错误

Command failed on instance. Return code: 1 Output: Error occurred during build: Command install_phantom failed .

最佳答案

根据给出的答案here ,你试过吗:

container_commands:
install_phantom:
command: "export PATH=$PATH; npm install phantomjs -g"

关于node.js - 在 AWS Elastic Beanstalk 上全局安装 npm 包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25432531/

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