我正在使用下一个 js 11。
我想编辑一个 rsuite 组件,所以我知道我需要克隆依赖项https://github.com/rsuite/rsuite.git,并在我的分支中进行更改然后安装它。
问题是虽然我可以安装依赖项(“rsuite”:“MYUSER/rsuite”),但并非所有文件都已安装。
然后直接从rsuite测试安装,(“rsuite”:“rsuite/rsuite”)也探测,“rsuite”:“git https://github.com/rsuite/rsuite.git”等方式,(npm install https: //github.com/rsuite/rsuite.git ) 和 (yarn add https://github.com/rsuite/rsuite.git ),但是没有case,不是所有东西都安装好了,只有一些文件。
有谁知道他们怎么做?
非常感谢。
图片: