You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.
环境:win7
网络状态:已联网
已经通过yum install mogodb-server mogodb npm redis git 安装基本环境。
已经通过service redis restart 启动redis
已经通过git获取到最新包并且cd到目录npm install 完成。
已经配置过mongo 版本2.6.5
在执行node app.js install 时,已经启动redis-server.exe
在之后node app.js install 提示连接DB1,2,3之后就没有结果了。并且不能访问。(跳过此步骤直接使用npm start也是同样问题)。
D:\git\jsgen>node app.js install
rrestjs process 8244 Checking config file starting...
check config file error: TypeError: Object # has no method 'upyun'
rrestjs process 8244 Config file checking complete, errors:0/73, warns:0/73
Connect to Redis...
Redis connected: 127.0.0.1:6379, DB: 1
Redis connected: 127.0.0.1:6379, DB: 2
Redis connected: 127.0.0.1:6379, DB: 3
Thenjs caught error: [Error: URL must be in the format mongodb://user:pass@host
:port/dbname]
The text was updated successfully, but these errors were encountered: