gpt4 book ai didi

javascript - 无法从github安装yarn包

转载 作者:行者123 更新时间:2023-12-01 01:12:00 26 4
gpt4 key购买 nike

我正在尝试使用 yarn 从 GitHub 安装软件包。

我以前做过很多次这件事,但我在这个存储库上没有成功:

https://github.com/coolwanglu/pdf2htmlEX

我已经尝试过但没有运气:

yarn add git+https://github.com/coolwanglu/pdf2htmlEX
yarn add git+https://github.com/coolwanglu/pdf2htmlEX.git
yarn add https://github.com/coolwanglu/pdf2htmlEX
yarn add https://github.com/coolwanglu/pdf2htmlEX.git
yarn add https://coolwanglu@github.com/pdf2htmlEX
yarn add https://coolwanglu@github.com/pdf2htmlEX.git

最佳答案

首先 - 如果您想要整个包:

yarn add https://github.com/coolwanglu/pdf2htmlEX.git

其次,您所尝试的方法不起作用,因为您有 <br>在网址末尾:

yarn add git+https://github.com/coolwanglu/pdf2htmlEX<br> => yarn add git+https://github.com/coolwanglu/pdf2htmlEX

<小时/>

Yarn可以添加没有 package.json 的存储库与塞缪尔所说的相反。 (npm 无法处理它们 - 创建 premature close error )。

关于javascript - 无法从github安装yarn包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55083444/

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