0

经过一个小时的 git(它的使用新手)我只是无法找到 git repo 目录来编辑 package.json 文件,因为我试图安装它

https://github.com/davidcoallier/node-php/blob/master/README.md

我一运行

npm install

我得到这个错误

npm WARN package.json nodephp@0.1.1 Invalid dependency: fastcgi 1

现在我知道我需要更新该 json 文件中的 repo,但 windows 找不到它。有人可以帮助我找到这个或解决这个问题。

谁能指导我如何安装这个 repo

https://github.com/billywhizz/node-fastcgi-parser

多谢你们。

4

1 回答 1

0

更仔细地阅读错误消息。你缺少 fastcgi,一个依赖项。需要先安装fastcgi,这样才能满足依赖。您链接的页面上的安装说明告诉您安装 fastcgi。

https://github.com/billywhizz/node-fastcgi-parser

于 2013-07-31T02:23:28.243 回答