nodeclub icon indicating copy to clipboard operation
nodeclub copied to clipboard

:baby_chick:Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统

Results 161 nodeclub issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

项目初始化账号密码是什么?

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

通过打印log日志,判断程序并没有进入注册函数就报错了。本机部署可以注册成功,服务器上部署注册报500错误,请问这是什么原因呢?

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

``` $ make build Scaned. 3 asset(s) will be build. Building... /public/editor.min.js processing... /public/libs/editor/editor.js ..build .. use 2496ms. processing... /public/libs/webuploader/webuploader.withoutimage.js ..build .. use 539ms. processing... /public/libs/editor/ext.js ..build .. use 72ms....

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

邮件始终发送不成功,我的配置如下: mail_opts: { host: 'smtp.163.com', secureConnection: true, port: 465, auth: { user: '[email protected]', pass: '客户端授权密码' } }, 配置哪里不对吗?谢谢!