gpt4 book ai didi

node.js - 安装错误 - libcurl 不支持或禁用协议(protocol) "https"

转载 作者:太空宇宙 更新时间:2023-11-03 14:28:17 24 4
gpt4 key购买 nike

我尝试使用以下命令在 RHEL EC2 上安装 node-parquet ( https://www.npmjs.com/package/node-parquet ):

git clone https://github.com/mvertes/node-parquet.git
cd node-parquet
git submodule update --init --recursive
npm install

出现错误:

--- LOG END ---
error: downloading 'https://github.com/apache/arrow/archive/0e21f84c2fc26dba949a03ee7d7ebfade0a65b81.tar.gz' failed
status_code: 1
status_string: "Unsupported protocol"
log:
--- LOG BEGIN ---
Protocol "https" not supported or disabled in libcurl

我试过:

wget https://curl.haxx.se/download/curl-7.64.0.tar.gz
tar -xzf curl-7.64.0.tar.gz
cd curl-7.64.0
./configure --with-ssl
make
make install # (if not root, use sudo before command)

安装似乎没问题,但出现了同样的问题(同样的错误)。

我是否需要先卸载当前的 CURL,否则会出现什么问题?

最佳答案

可能 npm 还在使用第一个版本的 curl。两种选择

  • 卸载第一个curl
  • 设置PATH变量选择第二个版本

关于node.js - 安装错误 - libcurl 不支持或禁用协议(protocol) "https",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55007477/

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