【笔记】引入Github上的Nodejs第三方模块 发表于 2023-09-23 更新于 2023-12-09 阅读次数: 前言引入Github上的Nodejs第三方模块 Yarn <github_username>:Github用户名<github_repository>:Github仓库名 1yarn add <github_username>/<github_repository> 指定版本 <tag>:版本 1yarn add <github_username>/<github_repository>#<tag> 完成参考文献segmentfault——社区维基