我在我的机器上的kappa-server目录中安装了节点模块kappa local,如下所述:https://github.com/xjamundx/kappa/tree/patch-1#quickstart
我的config.json看起来:
{
"servers": [
{
"host": "localhost",
"port": 8000
}
],
"plugins": {
"kappa": {
"paths": [
"https://registry.npmjs.org/"
]
}
}
}如果我卷曲命令来验证:http://localhost:8000/-/all,它会显示:{"statusCode":404,"error":"Not Found"}
现在我必须将我自己的存储库放在哪个目录中,从我自己的本地npm存储库克隆存储库的命令是什么?我找不到答案。
发布于 2014-03-21 04:45:02
我必须先安装一个真正的npm存储库。就像reggie或者npmjs.org
https://stackoverflow.com/questions/22228749
复制相似问题