Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将下一个包添加到您的项目中 但遇到以下问题:在此包中提交了作者但版本未更新。
如果版本尚未更新,我如何添加具有最新更改的包?
您可以使用以下命令直接从 GitHub 安装包:
yarn add user/repo
此命令也适用于 npm,将从 GitHub 下载一个包并package.json在根目录中搜索一个。如果找到,它将解析包的依赖项并安装。
package.json
对于您的特定包裹,请尝试:
yarn add ionden/ion.rangeslider