标签: javascript json node.js heroku npm
我正在使用package.json中与GitHub有多个私有依赖关系的nodejs项目,如下所示:
package.json
"dependencies" : { "mymodule":"git+https://<token>:xoauthbasic@github.com/my_github_account/my_repo.git#<commit-ish>" }
我有两个问题:
这些问题有什么解决方案吗?此外,如果解决方案适用于Heroku,那就太棒了。