社区所有版块导航
Python
python开源   Django   Python   DjangoApp   pycharm  
DATA
docker   Elasticsearch  
aigc
aigc   chatgpt  
WEB开发
linux   MongoDB   Redis   DATABASE   NGINX   其他Web框架   web工具   zookeeper   tornado   NoSql   Bootstrap   js   peewee   Git   bottle   IE   MQ   Jquery  
机器学习
机器学习算法  
Python88.com
反馈   公告   社区推广  
产品
短视频  
印度
印度  
Py学习  »  Git

无法从Github安装纱包

ofir_aghai • 5 年前 • 1541 次点击  

我正试图用 yarn .

我以前做过很多,但这次回购并不成功:

https://github.com/coolwanglu/pdf2htmlEX

我已经试过没有运气了:

yarn add git+https://github.com/coolwanglu/pdf2htmlEX<br>
yarn add git+https://github.com/coolwanglu/pdf2htmlEX.git<br>
yarn add https://github.com/coolwanglu/pdf2htmlEX<br>
yarn add https://github.com/coolwanglu/pdf2htmlEX.git<br>
yarn add https://coolwanglu@github.com/pdf2htmlEX<br>
yarn add https://coolwanglu@github.com/pdf2htmlEX.git<br>
Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/39922
 
1541 次点击  
文章 [ 2 ]  |  最新文章 5 年前
Chris
Reply   •   1 楼
Chris    6 年前

你是用npm安装的吗?

如果你有NPM,就做

npm i yarn
Samuell
Reply   •   2 楼
Samuell    6 年前

这是因为存储库不是一个包。缺少package.json。