【发布时间】:2020-02-01 04:57:42
【问题描述】:
我正在尝试安装 socialbaord 从以下网址 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.
【问题讨论】:
标签: node.js npm npm-install