简体   繁体   English

如何在 github 上找到节点 package 的旧版本源代码?

[英]How to find the older versions of source code for a node package on github?

How to find the older versions of source code for a node package on github?如何在 github 上找到节点 package 的旧版本源代码?

For example, I want to check the source code of material@5.0.1 .比如我想查看material@5.0.1的源码。 When I go on to https://www.npmjs.com/package/@mui/icons-material/v/5.0.1 , and click on the repository link https://github.com/mui/material-ui , we land on the repo for the latest version 5.5.1 .当我将 go 转到https://www.npmjs.com/package/@mui/icons-material/v/5.0.1并单击存储库链接https://github.com/mui/material-ui时,我们登陆最新版本5.5.1的回购协议。 But, I want to go back to the older versions of the source code.但是,我想 go 回到旧版本的源代码。

Appreciate any help here.感谢这里的任何帮助。

Following what pilchard said as a comment, you can click the commit on each of the tags in the tags tab.按照 pilchard 所说的评论,您可以单击tags选项卡中每个标签的提交。 For example, it looks like the commit for v5.0.1 is here: https://github.com/mui/material-ui/tree/afcf3ee18e7a9c526348b3bce74b69781b4ad071例如,v5.0.1 的提交看起来在这里: https://github.com/mui/material-ui/tree/afcf3ee18e7a9c526348b3bce74b69781b4ad071

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在哪里找到@ types / node的源代码 - Where to find the source code of @types/node WebStorm - 如何在 npm 包中找到问题的根源? (节点:36378)[DEP0005] 弃用警告 - WebStorm - How to find source of a problem inside a npm package? (node:36378) [DEP0005] DeprecationWarning 如何获得较旧的jQuery代码以与较新版本的jQuery一起使用? - How can I get older jquery code to work with newer versions of jquery? Asto SSR 生成的代码不能在旧版本的 iOS 上运行 - Asto SSR generated code doesn't run on older versions of iOS Native Base:如何找到源代码<input> ? - Native Base: how to find source code of <Input>? 为什么开源库的代码文件在 github repo 和 node_modules 中不同 - Why code files of an open source library are different in github repo and node_modules 如何在 Chrome 中找到此 Javascript function 的源代码? - How to find the source code for this Javascript function in Chrome? 如果我有应用程序的源代码和 macOS 和 Windows 安装程序,我如何才能找到用于构建应用程序的 Node.js 版本? - if I have source code and macOS and Windows installers for an app, how can I find what version of Node.js was used to build the app? 如何支持docusaurus维护的旧版本文档中的更改 - How to support changes in older versions of docs maintained by docusaurus 如何获取较旧的jQuery版本以访问SVG元素 - How to get older jquery versions to access SVG element
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM