如何在GitHub中添加Project作为对package.json的依赖,我正在尝试以下操作,但是在运行npm install
时卡住了。
以下尝试但不起作用:
"dependencies": {
"formio": "https://github.com/user1/demo.git"
}
"dependencies": {
"formio": "git+https://8f3dba29a0f8ec19a0826:github.com/user1/demo.git"
}
有什么建议吗?