尝试安装 Socioboard-api NodeJs 时出现问题

Issues when trying to install Socioboard-api NodeJs

我正在尝试安装 sociobaord 来自以下 URL https://github.com/socioboard/Socioboard-4.0

我尝试安装它的一部分,即 https://github.com/socioboard/Socioboard-4.0/tree/master/socioboard-web-php 并成功了

但是

我无法安装 API 部分 https://github.com/socioboard/Socioboard-4.0/tree/master/socioboard-api

当我尝试安装 Socioboard 时 API 我收到以下错误

D:\wamp\www\social\user>npm install
npm WARN user@1.0.0 No description
npm WARN user@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

audited 877396 packages in 46.139s
found 0 vulnerabilities

D:\wamp\www\social\library\sequelize-cli> ../node_modules/.bin/sequelize db:migrate
'..' is not recognized as an internal or external command,
operable program or batch file.

与您一起解决问题后..我们发现您需要按照文档在所有文件夹中安装所有包。

此外,他们的文档缺少要正确安装应用程序我们需要安装 sequelize-cli,最好安装它 globally

安装后..只需将完整的link删除到sequelize二进制文件../node_modules/.bin/sequelize并输入sequelize 而不是